SC025 IQUA II

SC025 IQUA II

1st - 10th Grade

10 Qs

quiz-placeholder

Similar activities

2D Arrays

2D Arrays

9th - 12th Grade

12 Qs

X Input in Java

X Input in Java

10th Grade

15 Qs

J277 Programming - Data Types

J277 Programming - Data Types

9th - 11th Grade

11 Qs

Array

Array

10th - 12th Grade

15 Qs

Area and Arrays

Area and Arrays

10th - 12th Grade

15 Qs

عناوين العمليات بلغة جافا

عناوين العمليات بلغة جافا

10th Grade - University

9 Qs

C++ Arrays

C++ Arrays

8th - 12th Grade

12 Qs

N5 SDD - Python input and output

N5 SDD - Python input and output

7th - 11th Grade

12 Qs

SC025 IQUA II

SC025 IQUA II

Assessment

Quiz

Computers

1st - 10th Grade

Medium

Created by

abdrahim mdaim

Used 12+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Give two(2) techniques that can be used to represent algorithm.

Pseudocode, Flowchart

Pseudocode, Initialization

Pseudocode, Condition

Pseudocode, Update

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Name two (2) types of programming language control structures.

Sequence, Condition

Sequence, Selection

Sequence, Initialization

Sequence, Accumulation

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Choose the Invalid identifiers.

sum, switch, for

for, print, total

void, while, print

count, out, yes

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Based on the following tasks, write the correct input/output statement :


Accept true or false value and store it in a variable answer

System.out.print("Enter True or False");

double answer = sc.next Double();

System.out.print("Enter True or False")

boolean answer = sc.next Boolean();

System.out.print("Enter True or False");

boolean answer = sc.next Double();

System.out.print("Enter True or False");

boolean answer = sc.next Boolean();

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Write a Java statement to perform the following task for an array called fraction :


Declare a constant ARRAY_SIZE that's initialized to 10

final int ARRAY_SIZE = 10;

constant int ARRAY_SIZE = 10;

final int ARRAY_SIZE = new [10];

final int ARRAY_SIZE (10);

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Solve the following expression by analyzing the precedence of the operators :


50 % 5 * (4 - 2)

24

0

44

2

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Solve the following expression by analyzing the precedence of the operators :


5 + 21 / 7 * 2 - 11 % 3

0

4

9

6

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?