January mock revision quiz

January mock revision quiz

12th Grade

22 Qs

quiz-placeholder

Similar activities

Data Structures using C

Data Structures using C

12th Grade - University

20 Qs

DBASE BASICS

DBASE BASICS

12th Grade

20 Qs

WD: Chapter 4 Exam

WD: Chapter 4 Exam

9th - 12th Grade

20 Qs

CodeHS JavaScript

CodeHS JavaScript

8th - 12th Grade

21 Qs

AS Data Types and Programming Constructs

AS Data Types and Programming Constructs

10th - 12th Grade

22 Qs

Python-Stacks & Queues

Python-Stacks & Queues

12th Grade

22 Qs

Tugas Kuis Bandwidth - 2

Tugas Kuis Bandwidth - 2

12th Grade

25 Qs

DTD - 5AI

DTD - 5AI

12th Grade

17 Qs

January mock revision quiz

January mock revision quiz

Assessment

Quiz

Computers

12th Grade

Medium

Created by

Salah Salah

Used 1+ times

FREE Resource

22 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

An array is a data type containing several elements of the same data type

True

False

False
True

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the name given to a composite data type formed by the inclusion of several related items that may be of different data types

Records

Arrays

2D arrays

Strings

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the correct declaration statement for some data to be used in a program?

DECLARE <identifier> : <data type>

<identifier> : <data type>

DECLARE <data type> : <identifier>

DECLARE Name : CHAR

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the name of the algorithm that checks each element of an array in order from the lower bound to the upper bound, until the item is found or the upper bound is reached

Linear search

Bubble sort

Searching an array

Searching a record

5.

FILL IN THE BLANK QUESTION

1 min • 1 pt

a ______ sort is a method of sorting where each element of the array is compared with the next element and swapped if the elements are in the wrong order

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why is the loop length for a bubble sort one less than the length of the array?

The last element in the list does not have an adjacent element to compare it with

The last element in the list is already sorted

The length of the array might be dynamic

None of the options are correct

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is required when using files in pseudocode

OPEN, Operation (read, write or append) and close

OPEN and close the file

READ, WRITE or APPEND

EOF

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?