H446_7_Computer Programming Quiz

H446_7_Computer Programming Quiz

12th Grade

73 Qs

quiz-placeholder

Similar activities

KOMPUTER AKUNTANSI MYOB KELAS XII AKL2

KOMPUTER AKUNTANSI MYOB KELAS XII AKL2

12th Grade

75 Qs

Functions of an Operating System Quiz

Functions of an Operating System Quiz

12th Grade

77 Qs

Latihan Soal Olimpiade Mikrotik (https://www.agungprastiyo.com)

Latihan Soal Olimpiade Mikrotik (https://www.agungprastiyo.com)

9th - 12th Grade

70 Qs

AP Computer Science Principles Semester 1 Python

AP Computer Science Principles Semester 1 Python

10th - 12th Grade

75 Qs

Python Core Functions

Python Core Functions

9th - 12th Grade

69 Qs

PC Troubleshooting

PC Troubleshooting

8th - 12th Grade

69 Qs

DATA analysis Review -Excel practice

DATA analysis Review -Excel practice

11th - 12th Grade

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