SDD HSC Quiz 5A Q1-10

SDD HSC Quiz 5A Q1-10

12th Grade

10 Qs

quiz-placeholder

Similar activities

Microsoft Programs

Microsoft Programs

9th - 12th Grade

12 Qs

7.2 Introduction to Databases

7.2 Introduction to Databases

9th - 12th Grade

9 Qs

IBA/CIW REVIEW TEST-B

IBA/CIW REVIEW TEST-B

9th - 12th Grade

15 Qs

Database Scenarios Review

Database Scenarios Review

12th Grade

10 Qs

Excel Sort/Filter Quiz

Excel Sort/Filter Quiz

9th - 12th Grade

15 Qs

87. Database - Relational Database Concepts Quiz

87. Database - Relational Database Concepts Quiz

9th - 12th Grade

11 Qs

Understanding Databases and Their Uses

Understanding Databases and Their Uses

12th Grade - University

15 Qs

Quiz: Database Concepts and SQL

Quiz: Database Concepts and SQL

9th - 12th Grade

9 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?