RDL1-Pop Quiz 1

RDL1-Pop Quiz 1

Professional Development

9 Qs

quiz-placeholder

Similar activities

git and github

git and github

University - Professional Development

10 Qs

RedMart Week28 Quiz

RedMart Week28 Quiz

Professional Development

10 Qs

Fullstack Intro, Terminal dan Git

Fullstack Intro, Terminal dan Git

Professional Development

10 Qs

meu quizizz

meu quizizz

Professional Development

12 Qs

Online security

Online security

8th Grade - Professional Development

6 Qs

Educ705

Educ705

Professional Development

10 Qs

1. Free Test Digitaliasi DC

1. Free Test Digitaliasi DC

Professional Development

10 Qs

Flask API Lesson 4

Flask API Lesson 4

Professional Development

10 Qs

RDL1-Pop Quiz 1

RDL1-Pop Quiz 1

Assessment

Quiz

Computers, Professional Development

Professional Development

Hard

Created by

Fernando Martínez

Used 2+ times

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

A program validates a numeric field as follows: values less than 10 are rejected, values between 10 and 21 are accepted, values greater than or equal to 22 are rejected which of the following input values cover all of the equivalence partitions?

10,11,21

3,20,21

 

3,10,22

10,21,22

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following is a form of functional testing?

Boundary value analysis

Usability testing

Performance testing

Security testing

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

Given the following state transition diagram which of the following series ofstate transitions contains an INVALID transition which may indicate a fault in the systemdesign?

Login Browse Basket Checkout Basket Checkout Pay Logout.

Login Browse Basket Checkout Pay Logout.

Login Browse Basket Checkout Basket Logout.

Login Browse Basket Browse Basket Checkout Pay Logout.

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

In a system designed to work out the tax to be paid: An employee has £4000 of salary tax free. The next £1500 is taxed at 10% The next £28000 is taxed at 22% Any further amount is taxed at 40% Which of these groups of numbers would fall into the same equivalence class?

£4800; £14000; £28000

£5200; £5500; £28000

£28001; £32000; £35000

£5800; £28000; £32000

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following is NOT a white box technique?

Statement testing

Path testing

Data flow testing

State transition testing

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

A wholesaler sells printer cartridges. The minimum order quantity is 5. There isa 20% discount for orders of 100 or more printer cartridges. You have been asked toprepare test cases using various values for the number of printer cartridges ordered.Which of the following groups contain three test inputs that would be generated usingBoundary Value Analysis?

5, 6, 20

4, 5, 80

4, 5, 99

1, 20, 100

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

A thermometer measures temperature in whole degrees only. If the temperaturefalls below 18 degrees, the heating is switched off. It is switched on again when thetemperature reaches 21 degrees. What are the best values in degrees to cover allequivalence partitions?

15, 19 and 25.

17, 18 and 19.

18, 20 and 22

16, 26 and 32

8.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

A program validates a numeric field as follows: values less than 10 are rejected, values between 10 and 21 are accepted, values greater than or equal to 22 are rejected ,which of the following covers the MOST boundary values?

9,10,11,22

9,10,21,22

10,11,21,22

10,11,20,21

9.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which is not true-The black box tester?

Should be able to understand functional specification or requirements document

Should be able to understand the source code.

Is highly motivated to find faults

Is creative to find the system’s weaknesses