2.2 Programming Alt

2.2 Programming Alt

10th Grade

87 Qs

quiz-placeholder

Similar activities

Computer Science Principles

Computer Science Principles

9th - 12th Grade

88 Qs

PEMOGRAMAN DASAR SEMESTER II KLS X-MM

PEMOGRAMAN DASAR SEMESTER II KLS X-MM

10th Grade

89 Qs

Unit 4: Variables, Conditionals, & Functions (APCSP '23-'24)

Unit 4: Variables, Conditionals, & Functions (APCSP '23-'24)

9th - 12th Grade

88 Qs

J277 Paper 2 Computational Thinking, Programming and Algorithms

J277 Paper 2 Computational Thinking, Programming and Algorithms

9th - 10th Grade

90 Qs

2.2 Programming Fundamentals

2.2 Programming Fundamentals

10th Grade

86 Qs

Computer Science Variables Conditionals Functions

Computer Science Variables Conditionals Functions

9th - 12th Grade

88 Qs

Code.org Variables and Conditionals

Code.org Variables and Conditionals

9th - 12th Grade

88 Qs

Variables, Conditionals, & Functions Assessment

Variables, Conditionals, & Functions Assessment

9th - 12th Grade

88 Qs

2.2 Programming Alt

2.2 Programming Alt

Assessment

Quiz

Computers

10th Grade

Hard

Created by

Richard Smith

Used 13+ times

FREE Resource

87 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

1.Which of the following programming construct denotes execution of statements or functions one after another?
A.Sequence
B.Selection
C.Iteration

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

3.Which of the following arithmetic operator in Python is used to find remainder of a division operation?
A.DIV
B.//
C.%

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

4.What is the function of // operator in Python?
A.Finding quotient of division operation
B.Finding remainder of division operation
C.Finding quotient and rounding it to the next whole number
D.None of the above

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

5.Which of the following arithmetic operator in Python is used to find 25?
A.^
B.*
C.**
D.None of the above

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

6.Complete this sentence: ……………………… is used to execute a particular set of statements repeatedly until a condition is satisfied.
A.Sequence
B.Iteration
C.Selection
D.All of the above

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

7.Which of the following structure is used to iterate a set of statements by counting the number of times it needs to be executed?
A.For structure
B.Do…. While
C.Repeat… Until
D.None of the above

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

8.Which of the following structures is NOT available in Python?
A.For structure
B.While loop
C.Repeat… Until
D.None of the above

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?