Quiz 2 - Programming Keywords

Quiz 2 - Programming Keywords

University

50 Qs

quiz-placeholder

Similar activities

Revisão de Sistemas Distribuídos

Revisão de Sistemas Distribuídos

University

50 Qs

Android Studio 370-420

Android Studio 370-420

University

50 Qs

Ch.6: Input Validation and Sanitization

Ch.6: Input Validation and Sanitization

University

45 Qs

informatika/SIMDIG XI (ASAS 2425)

informatika/SIMDIG XI (ASAS 2425)

11th Grade - University

50 Qs

Cybersecurity Quiz

Cybersecurity Quiz

University

52 Qs

Java қазақша 151 - 200

Java қазақша 151 - 200

University

50 Qs

Algorithmization and Programming Quiz

Algorithmization and Programming Quiz

University

51 Qs

Lập trình mạng ( cơ bản + pipe )

Lập trình mạng ( cơ bản + pipe )

University

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