Search Header Logo

Computer Programming 1 Practice Midterms

Authored by Kharl Nadonza

Computers

University

Computer Programming 1 Practice Midterms
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

28 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Java is a

Compiled Language

Interpreted Language

Both Compiled and Interpreted Language

None of the above

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of the System.out.println(10%3);?

1

3

0

10

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following loops is guaranteed to execute at least once?

for loop

while loop

do while loop

all of the above

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct syntax for an if statement in Java?

if condition { }

if (condition) { }

if {condition}

if [condition] { }

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct way to take user input in Java?

Scanner sc = new Scanner(System.in)

Scanner sc = new Input(System.in)

cin >> x;

input(x);

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of System.out.println(5 + 3 + "Hello" + 2 + 1);?

8Hello3

8Hello21

53Hello2

Hello531

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a valid identifier in Java?

num_1

_value

2count

MAX_VALUE

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?

Discover more resources for Computers