ITPPA1

ITPPA1

1st Grade

21 Qs

quiz-placeholder

Similar activities

Quiz on Artificial Intelligence

Quiz on Artificial Intelligence

1st Grade

26 Qs

Fundamentos da Informática

Fundamentos da Informática

1st Grade

20 Qs

EXAMEN PHOTOSHOP

EXAMEN PHOTOSHOP

1st - 5th Grade

20 Qs

Computer Systems Quiz

Computer Systems Quiz

1st Grade

20 Qs

Multiple-Choice Practice Questions

Multiple-Choice Practice Questions

1st Grade

16 Qs

Remidi informatika

Remidi informatika

1st Grade

17 Qs

Quiz sobre micro:bit e Kodu

Quiz sobre micro:bit e Kodu

1st - 5th Grade

21 Qs

Quiz sur WordPress

Quiz sur WordPress

1st - 5th Grade

21 Qs

ITPPA1

ITPPA1

Assessment

Quiz

Information Technology (IT)

1st Grade

Practice Problem

Easy

Created by

Mark Langa

Used 1+ times

FREE Resource

AI

Enhance your content in a minute

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

21 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is a correct syntax to output "Hello World" in C++?

print ("Hello World");

Console.WriteLine("Hello World");

System.out.println("Hello World");

cout << "Hello World";

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

How do you insert COMMENTS in C++ code?

// This is a comment

# This is a comment

/* This is a comment

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which data type is used to create a variable that should store text?

String

myString

string

Txt

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

How do you create a variable with the numeric value 5?

int x = 5;

x = 5;

double x = 5;

num x = 5

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

How do you create a variable with the floating number 2.8?

byte x = 2.8

double x = 2.8;

int x = 2.8;

x = 2.8;

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which operator is used to add together two values?

The + sign

The * sign

The & sign

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

The value of a string variable can be surrounded by single quotes.

TRUE

FALSE

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?