Data Types, Variables and Flowcharts

Data Types, Variables and Flowcharts

9th Grade

7 Qs

quiz-placeholder

Similar activities

J277 - 10QQ - Basic Python 1

J277 - 10QQ - Basic Python 1

8th - 10th Grade

10 Qs

Jenis Data

Jenis Data

7th - 12th Grade

10 Qs

Nocti Computer Programming Review

Nocti Computer Programming Review

9th - 12th Grade

10 Qs

Python

Python

7th - 9th Grade

12 Qs

Java Certification

Java Certification

9th Grade - University

11 Qs

Java Their

Java Their

9th Grade - University

11 Qs

Programming Java

Programming Java

9th Grade - University

11 Qs

Python Basics

Python Basics

8th - 10th Grade

10 Qs

Data Types, Variables and Flowcharts

Data Types, Variables and Flowcharts

Assessment

Quiz

Computers

9th Grade

Medium

Used 76+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
What does a flowchart show?
Images
Variable
Workflow
Signals

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
Which of the following is a datatype?
Function
Diagram
String
Element

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
Which of the following is the correct definition of an integer variable?
int a = 10;
integer a = 10;
in x = 20;
Value x = 21;

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
What is the main use for variables in programming?
Deleting elements.
Storing values.
Looping code.
Emptying a string.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
Which of the following is a comparison operator?
/
+
%
>

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
Which is the correct use of a mathematical operator?
int x = 5 + 7;
5 && 0
string s="10 and 2";
int y = 10;

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
Which of these variable definitions is not correct?
String s="Hello";
Float  f="10";
int i = 0;
double d = 1000;