Pretest Example by ZyCute vailon

Pretest Example by ZyCute vailon

University

47 Qs

quiz-placeholder

Similar activities

Business Letters

Business Letters

10th Grade - Professional Development

48 Qs

Power BI Quiz

Power BI Quiz

University

50 Qs

AI Revision

AI Revision

University

50 Qs

EPA-11-DEC-2021 On Java

EPA-11-DEC-2021 On Java

University

50 Qs

Test 1 - SDT 2113

Test 1 - SDT 2113

University

50 Qs

IT Fundamentals Test Part 1

IT Fundamentals Test Part 1

KG - University

49 Qs

220 1001 Day 12

220 1001 Day 12

University

47 Qs

Pretest Midterm in ICT 2024-2025

Pretest Midterm in ICT 2024-2025

University

50 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