IT103 QUIZ

IT103 QUIZ

1st Grade

9 Qs

quiz-placeholder

Similar activities

Hari 3 - Kuis Coding & Perkenalan AI

Hari 3 - Kuis Coding & Perkenalan AI

KG - University

10 Qs

among us

among us

1st Grade - Professional Development

10 Qs

Introduction to JavaScript

Introduction to JavaScript

1st - 3rd Grade

10 Qs

open quiz

open quiz

1st - 7th Grade

5 Qs

Marketing mix

Marketing mix

1st Grade

10 Qs

Fun at Checkmarx wk9

Fun at Checkmarx wk9

1st Grade

9 Qs

Tik Kelas 5

Tik Kelas 5

1st - 5th Grade

10 Qs

Hari 2 - Kuis Coding dan Perkenalan AI

Hari 2 - Kuis Coding dan Perkenalan AI

1st - 12th Grade

14 Qs

IT103 QUIZ

IT103 QUIZ

Assessment

Quiz

Other

1st Grade

Hard

Created by

Nesly Palo

Used 1+ times

FREE Resource

AI

Enhance your content

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

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

A function is a block of code that can be referenced by name to run the code it contains.

TRUE

FALSE

2.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Variables should be named using camel case, meaning the first word of the name is lowercase and each new word after that is capitalized

TRUE

FALSE

3.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

C is a powerful multi-platform programming language.

TRUE

FALSE

4.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

There are a lot of different text programming languages programmers can use, and JavaScript is one of the most popular programming languages.

TRUE

FALSE

5.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

An Algorithm is a way to provide more information to a function

TRUE

FALSE

6.

FILL IN THE BLANK QUESTION

1 min • 3 pts

Check a condition and then run a code block.

7.

FILL IN THE BLANK QUESTION

1 min • 3 pts

Variables can hold data besides numbers, including words. Programmers refer to variables holding words.

8.

FILL IN THE BLANK QUESTION

1 min • 3 pts

Is a programming language that’s currently becoming more and more powerful with every new library added to its collection.

9.

FILL IN THE BLANK QUESTION

1 min • 3 pts

The way you tell a computer to perform an action is by giving it instructions or writing statements to explain a desired action.