0100100101-2

0100100101-2

Professional Development

10 Qs

quiz-placeholder

Similar activities

Programming Fundamentals

Programming Fundamentals

Professional Development

10 Qs

Pre-Placement Training C Programming Basic

Pre-Placement Training C Programming Basic

Professional Development

15 Qs

FCPC - COMPORG - MidSW1

FCPC - COMPORG - MidSW1

Professional Development

14 Qs

Linked List

Linked List

Professional Development

15 Qs

Network Fundamentals-Physical layer

Network Fundamentals-Physical layer

9th Grade - Professional Development

14 Qs

Skill Development - Debugging Practice1

Skill Development - Debugging Practice1

10th Grade - Professional Development

10 Qs

Quiz basic Java

Quiz basic Java

Professional Development

10 Qs

Python Session 5

Python Session 5

Professional Development

10 Qs

 0100100101-2

0100100101-2

Assessment

Quiz

Computers

Professional Development

Hard

Created by

Michi koh

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

45 sec • 2 pts

How many stars are printed?

 

for(int i=3;i<7;i++){

       System.out.print("*");

   }

2.

FILL IN THE BLANK QUESTION

45 sec • 2 pts

Media Image

How many stars are printed?

3.

FILL IN THE BLANK QUESTION

45 sec • 2 pts

Media Image

Consider the following code segment:

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

4.

FILL IN THE BLANK QUESTION

45 sec • 2 pts

Media Image

What does the following program segment output?

5.

FILL IN THE BLANK QUESTION

45 sec • 2 pts

If m = 9, then after n = m++, the value of n is ____________.

6.

FILL IN THE BLANK QUESTION

45 sec • 2 pts

If g = 5, then after h = ++g, the value of h is ____________. 

7.

MULTIPLE CHOICE QUESTION

45 sec • 2 pts

Media Image

What are the values of var1 and var2 when the code finishes executing?

var1 = 1, var2 = 1

var1 = 3, var2 = -1

var1 = 2 , var2 = 0

var1 = 0, var2 = 2

The loop will cause a run-time error for division by zero

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?