Quiz 2 - Programming Keywords

Quiz 2 - Programming Keywords

University

50 Qs

quiz-placeholder

Similar activities

OOP Concepts Quiz

OOP Concepts Quiz

University

50 Qs

101-150

101-150

University

50 Qs

тест2

тест2

University

50 Qs

9- класс

9- класс

9th Grade - University

50 Qs

Comprog

Comprog

University

51 Qs

соңғы сессия

соңғы сессия

University

50 Qs

OOP- Quiz #1

OOP- Quiz #1

University

55 Qs

ProgLang - FA2

ProgLang - FA2

University

54 Qs

Quiz 2 - Programming Keywords

Quiz 2 - Programming Keywords

Assessment

Quiz

Information Technology (IT)

University

Hard

Created by

Irish Dajero

Used 5+ times

FREE Resource

50 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Maria is writing her first Java program. She accidentally named her class file hello.java while her class inside the file is named Hello. What will likely happen when she compiles the program?

It will run without errors

It will produce a compile-time error

It will produce a runtime error

It will ignore the mismatch

2.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

A student declared the variable as: int 1stNumber = 10; What kind of error will this produce?

Compile-time error (invalid identifier)

Runtime error (division by zero)

Logical error (wrong calculation)

No error

3.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Carlo wants to store the price of a product with decimal places. Which declaration is most appropriate?

int price = 199.99;

float price = 199.99;

double price = 199.99d;

boolean price = true;

4.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

A programmer writes: System.out.print("Hello"); System.out.print("World"); What will be the output?

Hello World

HelloWorld

Hello World

Compile-time error

5.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

While coding, Ana used the word public as her variable name. What will happen?

It will work as expected

It will cause a compile-time error

It will run but give a warning

It will automatically convert public into a String

6.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

A program outputs true when comparing two values. Which data type is most likely used?

int

boolean

char

float

7.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

John wants to store the character Z. Which is the correct declaration?

char letter = "Z";

char letter = 'Z';

String letter = Z;

int letter = Z;

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?