H446_7_Computer Programming Quiz

H446_7_Computer Programming Quiz

12th Grade

73 Qs

quiz-placeholder

Similar activities

computer science unit 2

computer science unit 2

9th - 12th Grade

69 Qs

Pemrograman Web Dinamis

Pemrograman Web Dinamis

9th - 12th Grade

77 Qs

Autocad 2019

Autocad 2019

9th - 12th Grade

71 Qs

A2-T13-all

A2-T13-all

9th - 12th Grade

68 Qs

SOAL OLIMPIADE JARINGAN MIKROTIK - 1

SOAL OLIMPIADE JARINGAN MIKROTIK - 1

12th Grade

77 Qs

Contingency Exam Team Quiz

Contingency Exam Team Quiz

10th - 12th Grade

76 Qs

OCR H446 - 1.4 Data Types and Structures - Computer Systems - 01

OCR H446 - 1.4 Data Types and Structures - Computer Systems - 01

12th Grade

78 Qs

APCS Principles Practice Exam

APCS Principles Practice Exam

8th Grade - University

75 Qs

H446_7_Computer Programming Quiz

H446_7_Computer Programming Quiz

Assessment

Quiz

Computers

12th Grade

Hard

Created by

George Dong

FREE Resource

73 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is an array defined as in computer programming?

A finite, ordered set of elements of the same type

A random collection of different data types

An infinite list of unordered elements

A single element of any type

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is an example of an elementary data type?

Integer

Array

Record

String

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In the array myArray = [51, 72, 35, 37, 0, 3], what value is assigned to x when x = myArray[2]?

35

51

72

37

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the index of "pigeon" in the array birdName = ["robin", "blackbird", "pigeon", "magpie", "bluetit", "thrush", "wren", "starling"]?

2

1

3

0

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What function is used to return the length of an array in most programming languages?

len()

size()

count()

length()

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the purpose of the pseudocode algorithm described in the document?

To sort an array of bird names alphabetically.

To find the position of a particular bird in an array.

To calculate the total number of birds observed.

To delete a bird name from the array.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the initial value of the `birdFound` variable in the pseudocode?

True

False

0

1

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?