
5th sem r2 final

Quiz
•
Computers
•
University
•
Hard
Gagan S K
FREE Resource
25 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which SQL statement adds a UNIQUE constraint to a column email in the users table?
ALTER TABLE users ADD CONSTRAINT UNIQUE(email);
ALTER TABLE users ADD UNIQUE(email);
CREATE UNIQUE email ON users;
ADD CONSTRAINT UNIQUE TO users.email;
2.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
How do you filter rows where age is between 25 and 40 but exclude ages 30 and 35?
SELECT * FROM table WHERE age BETWEEN 25 AND 40 AND age NOT IN (30, 35);
SELECT * FROM table WHERE age BETWEEN 25 AND 40 OR age NOT BETWEEN 30 AND 35;
SELECT * FROM table WHERE age IN (25, 26, ... 40) EXCEPT (30, 35);
SELECT * FROM table WHERE age BETWEEN 25 AND 40 AND age IS NOT (30, 35);
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which method allocates IPs efficiently across a network with limited public IPs?
Subnetting
Network Address Translation (NAT)
Classful Addressing
Static IP Allocation
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which transport-layer protocol is best for real-time gaming to minimize delay?
TCP
UDP
ICMP
SCTP
5.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
Which query retrieves names of employees whose salaries are higher than the department average?
SELECT name FROM employees WHERE salary > (SELECT AVG(salary) FROM employees);
SELECT name FROM employees WHERE salary > AVG(salary) GROUP BY department;
SELECT name FROM employees WHERE salary > DEPT_AVG(salary);
SELECT name FROM employees WHERE salary > ALL (SELECT salary FROM employees);
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which feature of IPv4 allows splitting packets for smaller MTU links?
Address Aggregation
Subnetting
Fragmentation
Packet Switching
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
How does CSMA/CA ensure collision avoidance?
By sending acknowledgment packets after data transmission
By broadcasting 'ready-to-send' and 'clear-to-send' signals
By detecting and delaying retransmissions upon collision
By allowing devices to take fixed transmission slots
Create a free account and access millions of resources
Similar Resources on Wayground
25 questions
Midterm Quiz (Information Management)

Quiz
•
University
28 questions
F1-Quiz

Quiz
•
University
20 questions
KHS CompTIA Fundamentals: Domain 4

Quiz
•
9th Grade - University
20 questions
Animate Test Review

Quiz
•
9th Grade - University
20 questions
DBMS Quiz

Quiz
•
University
30 questions
lvl. 1 Chapter 2 Relational Model (QB)

Quiz
•
University
26 questions
Entrepreneurship

Quiz
•
4th Grade - Professio...
20 questions
SQL_2

Quiz
•
University
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
10 questions
UPDATED FOREST Kindness 9-22

Lesson
•
9th - 12th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
US Constitution Quiz

Quiz
•
11th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
10 questions
Would you rather...

Quiz
•
KG - University
20 questions
Definite and Indefinite Articles in Spanish (Avancemos)

Quiz
•
8th Grade - University
7 questions
Force and Motion

Interactive video
•
4th Grade - University
10 questions
The Constitution, the Articles, and Federalism Crash Course US History

Interactive video
•
11th Grade - University
7 questions
Figurative Language: Idioms, Similes, and Metaphors

Interactive video
•
4th Grade - University
20 questions
Levels of Measurements

Quiz
•
11th Grade - University
16 questions
Water Modeling Activity

Lesson
•
11th Grade - University
10 questions
ACT English prep

Quiz
•
9th Grade - University