SDD HSC Quiz 5A Q1-10

SDD HSC Quiz 5A Q1-10

12th Grade

10 Qs

quiz-placeholder

Similar activities

C++ Arrays

C++ Arrays

8th - 12th Grade

12 Qs

Introduction to SQL (Grade 12)

Introduction to SQL (Grade 12)

11th - 12th Grade

15 Qs

Algoritma dan pemrograman

Algoritma dan pemrograman

12th Grade

14 Qs

2D Arrays

2D Arrays

9th - 12th Grade

15 Qs

Java Arrays Basic

Java Arrays Basic

10th - 12th Grade

15 Qs

SDD HSC Quiz 4Review Q1-10

SDD HSC Quiz 4Review Q1-10

12th Grade

10 Qs

Arrays

Arrays

10th - 12th Grade

10 Qs

Series Object-Quiz-I

Series Object-Quiz-I

12th Grade

10 Qs

SDD HSC Quiz 5A Q1-10

SDD HSC Quiz 5A Q1-10

Assessment

Quiz

Computers

12th Grade

Hard

Created by

Ms Erwin

Used 31+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A metalanguage is
either an EBNF or railroad diagram.
used to make sense of programming languages.
another name for a high-level language.
used to describe the syntax of another language.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In EBNF {<thing>} means that <thing>:
is repeated one or more times.
is repeated zero or more times.
is optional.
can take on more than one value.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is true of multidimensional arrays?
Data is stored in records.
Each data item takes the same value.
All data items are of the same data type.
No two data items can have the same value.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Declaring a user defined variable involves:
Defining the data type then declaring the variable.
Declaring the variable then defining the data type.
Determining the number of indexes then declaring the variable.
Opening the data type and then reading its contents.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If RND generates a random number in the range 0 to less than 1. INT(RND*6)+4 would result in integers in the range:
4 to 10.
6 to 10.
4 to 9.
3 to 9.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A multi-dimensional array requires 3 indexes and needs to store 1000 data items. Which Visual Basic statement achieves this task?
DIM Test(10,10,10)
DIM Test(9,9,9)
DIM Test(999,999,999)
DIM Test(400,300,300)

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A data structure containing a series of records could be:
an array of records.
a file.
a multi-dimensional array.
Both A and B.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?