Big Idea Question 3

Big Idea Question 3

12th Grade

48 Qs

quiz-placeholder

Similar activities

PYTHON-STRINGS

PYTHON-STRINGS

12th Grade

50 Qs

Music and Sound Part 2  Exam

Music and Sound Part 2 Exam

9th - 12th Grade

46 Qs

AP CSP  Fall Final part 1

AP CSP Fall Final part 1

12th Grade

50 Qs

3.1.1 Intro To VEX and ROBOTC

3.1.1 Intro To VEX and ROBOTC

9th - 12th Grade

48 Qs

Latihan Soal Algoritma dan Pemrograman Kelas 8

Latihan Soal Algoritma dan Pemrograman Kelas 8

12th Grade

50 Qs

Final Exam

Final Exam

12th Grade

50 Qs

AP CS P 5.1

AP CS P 5.1

10th Grade - University

50 Qs

Multidimensional list and tuples 2025

Multidimensional list and tuples 2025

9th - 12th Grade

44 Qs

Big Idea Question 3

Big Idea Question 3

Assessment

Quiz

Computers

12th Grade

Hard

Created by

Amy Austin

FREE Resource

48 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will be the output of the given code snippet?

96 93 90 100 92 90

93 96 90 100 92 90

90 92 93 96 100 90

96 96 93 90 100 92 90

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a procedure in programming?

A set of instructions that performs a specific task and is not referred to by name.

A set of code that is referred to by name and can be called at any point in a program.

A variable that stores data values.

A programming language.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In some programming languages, what is another term for a procedure?

Object

Class

Method or subroutine

Array

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the initial value of 'count' when the PROCEDURE doubling(list) starts?

0

1

2

Undefined

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How many times does the loop inside the PROCEDURE doubling(list) run?

Once

Twice

As many times as the length of the list

Indefinitely

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What operation is performed on each element of the list in the PROCEDURE doubling(list)?

The element is incremented by 1

The element is decremented by 1

The element is multiplied by 2

The element is divided by 2

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What happens to 'count' after each iteration of the loop in the PROCEDURE doubling(list)?

It is reset to 0

It is incremented by 1

It is decremented by 1

It remains unchanged

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?