Pretest Example by ZyCute vailon

Pretest Example by ZyCute vailon

University

47 Qs

quiz-placeholder

Similar activities

Design and Analysis of Algorithms [5th Sem BCA]

Design and Analysis of Algorithms [5th Sem BCA]

University

45 Qs

Python Programming - I B.Sc CS quiz

Python Programming - I B.Sc CS quiz

University

50 Qs

ASET11. Advanced Office Tools

ASET11. Advanced Office Tools

11th Grade - University

50 Qs

GCSE Computer Science - 2.1-2.2

GCSE Computer Science - 2.1-2.2

University

43 Qs

FSWD (Introduction to HTML)

FSWD (Introduction to HTML)

University

46 Qs

Final Coverage_Quiz 1

Final Coverage_Quiz 1

University

42 Qs

1-50

1-50

University

50 Qs

Part 1 CAD:PRELIMENARY EXAMINATION

Part 1 CAD:PRELIMENARY EXAMINATION

University

45 Qs

Pretest Example by ZyCute vailon

Pretest Example by ZyCute vailon

Assessment

Quiz

Computers

University

Medium

Created by

Vy Trần

Used 3+ times

FREE Resource

47 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the items listed below is not one of the software engineering layers?

Manufacturing

Tools

Methods

Process

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A servlet is a Java class that extends the:

HttpGenericServlet class

HttpServletRequest class

Servlet class

HttpServlet class

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Usability questionnaires are most meaningful to the interface designers when completed by

customers

experienced programmers

product users

project managers

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Enter your email address in the Cc - Carbon Copy section for what?

Send a copy of the email to the recipient, not allowing other recipients to see this recipient's email address

Send a copy of the email to the recipient, allowing all other recipients to see this recipient's email address

Copy email into carbon paper for archiving

5.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

To achieve consensus on decisions in a group, the group leader needs?

Everyone should be involved in the decision-making process

Each person gives an opinion or the pros and cons of a goal-based decision needing to reach a certain consensus.

Decide for yourself in the direction you think is right

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is Flutter framework?

Web Framework

Javascript Framework

Programming Language

Mobile UI Framework

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is wrong with this sequence of code? total = 100; int total;

Nothing is wrong

A variable must be declared before it can be used

"total" is a reserved word

Runtime error