T_4.2 Identifier, Data Types, Operators & Expressions

T_4.2 Identifier, Data Types, Operators & Expressions

12th Grade

10 Qs

quiz-placeholder

Similar activities

CSC301 Chapter 2

CSC301 Chapter 2

University

10 Qs

Basic C Knowledge Exercise

Basic C Knowledge Exercise

University

10 Qs

TECHNICAL C PROGRAM

TECHNICAL C PROGRAM

University

10 Qs

Java Basics

Java Basics

University

10 Qs

19W Final Exam - PLTW

19W Final Exam - PLTW

9th - 12th Grade

15 Qs

Variables and Data Types

Variables and Data Types

10th - 12th Grade

10 Qs

C programming-1

C programming-1

University

13 Qs

Arrays

Arrays

10th - 12th Grade

10 Qs

T_4.2 Identifier, Data Types, Operators & Expressions

T_4.2 Identifier, Data Types, Operators & Expressions

Assessment

Quiz

Computers

12th Grade

Hard

Created by

LATIFAH ZAKARIA

Used 31+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Identify VALID identifier.

24Century

sum_&_difference

double

MyVariable

2.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Create a variable called myNum of type int and assign it the value 15

3.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Declare a constant for PI with value 3.142

4.

MULTIPLE SELECT QUESTION

45 sec • 3 pts

Tick all the Java reserved words.

enum

const

float

num

5.

MULTIPLE SELECT QUESTION

45 sec • 4 pts

Select primitive data types.

int

float/double

boolean

char

String

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the function for escape sequence \n ?

insert a tab in the text

insert a new line in the text

insert a new space in the text

insert a double line in the text

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

It is given that

a = 5, b = 2, c = 4 and d = 6

What is the result for this relational expressions?

a * c != d * b

true

false

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?