Praxis 5652 Computer Science Prep Mod 5 Operators

Praxis 5652 Computer Science Prep Mod 5 Operators

Professional Development

32 Qs

quiz-placeholder

Similar activities

Flutter_Q3

Flutter_Q3

Professional Development

29 Qs

Flutter Quiz

Flutter Quiz

Professional Development

36 Qs

Animation

Animation

5th Grade - Professional Development

31 Qs

week2

week2

Professional Development

30 Qs

Quiz 3.4

Quiz 3.4

Professional Development

30 Qs

PS Unit 4 Iteration Quiz Review

PS Unit 4 Iteration Quiz Review

1st Grade - Professional Development

30 Qs

python quiz 2.0

python quiz 2.0

Professional Development

35 Qs

Praxis 5652 Computer Science Prep Mod 5 Operators

Praxis 5652 Computer Science Prep Mod 5 Operators

Assessment

Quiz

Computers

Professional Development

Medium

Created by

Brandon Milam

Used 2+ times

FREE Resource

32 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Evaluate the code segment below.

int x <-- 10
int y <-- x % 3

What is the value of y?

0

1.0

3

1

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Consider the following variable declaration and initializations.

What will print?

17

35

41

27

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Consider the following variable declaration and initializations.

int a ! <- 25

int b ! <- 5*5

print (a == b)

What is printed as a result of executing the code segment?

true

25 == 25

5 == 5

false

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Consider the following variable declaration and initializations.

int x !<- 15
int y ! <- 18/3
print (x y)

What is printed as a result of executing the code segment?

1

0

False

True

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is printed as a result of executing the following statement?

print ( 2 * 4 + 3 * 2)

28

22

32

14

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Consider the following variable declaration and initializations.

What is the value of z?

3

13

12

10

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the output of the following code?

 

Error: num not defined

555

100

65

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?