Quiz 2 - Programming Keywords

Quiz 2 - Programming Keywords

University

50 Qs

quiz-placeholder

Similar activities

Кәсіби ағылшын 51 - 100

Кәсіби ағылшын 51 - 100

University

50 Qs

Pengantar Teknologi Informasi

Pengantar Teknologi Informasi

University

50 Qs

Latihan Soal Kelas XI F

Latihan Soal Kelas XI F

11th Grade - University

53 Qs

TechJar Round 1

TechJar Round 1

University

45 Qs

BSIT3201_ME

BSIT3201_ME

University

50 Qs

PTS PEMROGRAMAN WEB

PTS PEMROGRAMAN WEB

11th Grade - University

50 Qs

CompTIA A+ Revision

CompTIA A+ Revision

University

48 Qs

PTS BASIS DATA

PTS BASIS DATA

10th Grade - University

50 Qs

Quiz 2 - Programming Keywords

Quiz 2 - Programming Keywords

Assessment

Quiz

Information Technology (IT)

University

Practice Problem

Hard

Created by

Irish Dajero

Used 6+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?