Review Class 11

Review Class 11

Professional Development

7 Qs

quiz-placeholder

Similar activities

Day8_Quiz_NBKR

Day8_Quiz_NBKR

Professional Development

10 Qs

RoadtoCertification Week3

RoadtoCertification Week3

Professional Development

10 Qs

Software Testing 1

Software Testing 1

University - Professional Development

10 Qs

How much do you know about testing?

How much do you know about testing?

Professional Development

10 Qs

Verification of Electrical Installs Earthing Fig 3.1,  3.2

Verification of Electrical Installs Earthing Fig 3.1, 3.2

Professional Development

10 Qs

Software Basic Design

Software Basic Design

Professional Development

10 Qs

W16D1 Quiz

W16D1 Quiz

Professional Development

3 Qs

Host and Application Security

Host and Application Security

Professional Development

10 Qs

Review Class 11

Review Class 11

Assessment

Quiz

Computers, Professional Development

Professional Development

Medium

Created by

SEBASTIAN CASTRILLON

Used 191+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Mock

to do a job, task, or duty

is a method/object that simulates the behavior of a real method/object in controlled ways.

to repair something

2.

OPEN ENDED QUESTION

3 mins • 1 pt

What is a bug?

Evaluate responses using AI:

OFF

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

refactor

a mistake or problem in a computer program

to discover the causes or origins of something by examining the way in which it has developed

the process of restructuring existing computer code.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Main idea

tells you what the story is about

supports the topic of the story

how the story ends

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

UNIT TESTING is a type of software testing where individual units or components of the software are tested.

True

False

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why unit testing is important?

developers can look at the unit tests to gain a basic understanding of the unit

Unit testing can't catch every error in a program

It is not possible to evaluate all execution paths even in the most trivial programs

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What cannot be a unit?

Method and procedures

Individual functions

database

modules and objects