Unit 2 quiz - Tech Eng II (décima)

Unit 2 quiz - Tech Eng II (décima)

University

6 Qs

quiz-placeholder

Similar activities

quizizz 8

quizizz 8

University

10 Qs

Verb to be (present)

Verb to be (present)

University

10 Qs

COMPUTER ASSISTED LEARNING

COMPUTER ASSISTED LEARNING

University

10 Qs

Digital fluency

Digital fluency

University

10 Qs

PRESENT CONTINUOUS - SOFTWARE

PRESENT CONTINUOUS - SOFTWARE

University

10 Qs

Quizzes Tools FL-42

Quizzes Tools FL-42

University

10 Qs

Maker Movement Vocab

Maker Movement Vocab

KG - Professional Development

10 Qs

Balabolka

Balabolka

University

10 Qs

Unit 2 quiz - Tech Eng II (décima)

Unit 2 quiz - Tech Eng II (décima)

Assessment

Quiz

English

University

Medium

Created by

Alfonso Caba

Used 1+ times

FREE Resource

AI

Enhance your content

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

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

API stands for:

Applications Programs & Interfaces

Applied Programming Interlink

Application Programming Interface

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Users interact with the Operating System through ....

User interface

Camera

Power Supply

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

"text-based interface usually used by advaced users or administrators"

Graphical User Interface

Command line interface

Keyboard

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is "off-the-shelf software"?

Customized software for a specific user(s)

Mass produced software

Software that ran away from the shelf

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the name of this symbol?

==

equals

double equals

is equal to

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What does this line of code on python say?:

int a = 10;

int b = 5;

if (a > b) {

printf

If interger a is greater than b, display....

if interger a is equal or greater than b, display.....

If interger 10 is equal to 5, display.....