Sample

Sample

University

25 Qs

quiz-placeholder

Similar activities

8NGS_P

8NGS_P

8th Grade - University

20 Qs

Zbiór liczb naturalnych i zbiór liczb całkowitych

Zbiór liczb naturalnych i zbiór liczb całkowitych

10th Grade - University

30 Qs

2F-1 | Python Quiz | 14/10/2024

2F-1 | Python Quiz | 14/10/2024

University

20 Qs

Part 3 (101-125)

Part 3 (101-125)

University

26 Qs

Introdução a Programação Estruturada em C

Introdução a Programação Estruturada em C

University

26 Qs

Seatwork #4

Seatwork #4

12th Grade - University

25 Qs

M1. Gestione dei file e dati

M1. Gestione dei file e dati

12th Grade - University

20 Qs

Orientasi Dasar PPLG

Orientasi Dasar PPLG

10th Grade - University

20 Qs

Sample

Sample

Assessment

Quiz

Information Technology (IT)

University

Hard

Created by

SARANYA C

Used 14+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

I ensure only the right ones pass,

Stopping hackers from being too brash.

With a secret lock, I guard the way,

Protecting data every day.

What am I?

Two-Factor Authentication

Encryption

Firewall

Security Token

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

I keep the program running well,

Catching problems before they swell.

From exceptions to bugs, I play the part,

Ensuring the code stays sharp and smart.

What am I?

Exception Handler

Debugger

Compiler

Profiler

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

I mimic the brain, but not too fast,

With layers and neurons that learn so vast.

Deep learning is my guiding light,

In vision, speech, I take flight.

What am I?

Neural Network

Decision Tree

Genetic Algorithm

Support Vector Machine

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

I’m a code that’s hard to see,

But without me, you can’t run free.

I’m written in ones and zeros small,

But give me a processor, and I stand tall.

What am I?

Assembly Language

High-Level Programming Language

Machine Code

Compiler

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

I learn from data, and over time,

I improve my skills—just like a climb.

I start with little knowledge at best,

But soon I can outperform the rest.

What am I?

Neural Network

Machine Learning Model

Genetic Algorithm

Decision Tree

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

x=15

def test():

x = 10

test()

print(x)

test()

10

15

Error

Unidentified

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

dic = {2:5, 3:7, 4:1, 1:10, 7:7, 8:1, 5:7}

dic.sort()

print(dic)

{1:10, 2:5, 3:7, 4:1, 5:7, 7:7, 8:1}

{4:1, 8:1, 2:5, 3:7, 7:7, 5:7, 1:10}

Error

{2:5, 3:7, 4:1, 1:10, 7:7, 8:1, 5:7}

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?