Praxis 5652 Computer Science Prep Mod 5 Operators

Praxis 5652 Computer Science Prep Mod 5 Operators

Professional Development

32 Qs

quiz-placeholder

Similar activities

Printers

Printers

Professional Development

33 Qs

JS array & object

JS array & object

Professional Development

37 Qs

Quizzinit Engineering Style!

Quizzinit Engineering Style!

Professional Development

37 Qs

Python Certified Specialist

Python Certified Specialist

9th Grade - Professional Development

31 Qs

Python Credential Test

Python Credential Test

9th Grade - Professional Development

31 Qs

Python Their Certification

Python Their Certification

9th Grade - Professional Development

31 Qs

Java Basics

Java Basics

Professional Development

27 Qs

Java Chapter 4 Review Questions

Java Chapter 4 Review Questions

Professional Development

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