Java Quiz on 06-08-2021 (3rd hr)

Java Quiz on 06-08-2021 (3rd hr)

University

5 Qs

quiz-placeholder

Similar activities

Object/Abstract/Final in JAVA

Object/Abstract/Final in JAVA

University

10 Qs

Day1 Quiz

Day1 Quiz

University

10 Qs

Activity 7: Quiz

Activity 7: Quiz

University

10 Qs

Introduction To Programming

Introduction To Programming

University

10 Qs

C# Basics

C# Basics

12th Grade - Professional Development

10 Qs

C Programming Quiz-1

C Programming Quiz-1

University

10 Qs

C# mcqs-Unit I

C# mcqs-Unit I

University

10 Qs

CC 04 - Quiz 1

CC 04 - Quiz 1

University

10 Qs

Java Quiz on 06-08-2021 (3rd hr)

Java Quiz on 06-08-2021 (3rd hr)

Assessment

Quiz

Computers

University

Hard

Created by

Sarala Ramakrishnan

Used 1+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The smallest units of java language are the characters used to write _______.

statements

java tokens

keywords

identifiers

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

All keywords must be written in upper-case letters.

Yes

No

Maybe

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

______ are used for naming classes, methods, variables etc.

All of the mentioned

Keywords

Constants

Identifiers

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

________ are symbols used to indicate where groups of code are divided and arranged.

Separators

Literals

Identifiers

Statements

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The process of compiling a java program into bytecode which is also referred to as _______.

source code

virtual machine code

machine code

all of the mentioned