
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
20 questions
Database Concepts Quiz

Quiz
•
University
20 questions
infy

Quiz
•
University
23 questions
data base management system

Quiz
•
2nd Grade - University
30 questions
SQL statements Online Quiz

Quiz
•
University
20 questions
BASIS DATA - Modul 05

Quiz
•
University
20 questions
Sistem Basis Data 30 Juni

Quiz
•
University
20 questions
DML Quiz

Quiz
•
University
20 questions
Quiz [Introduction to SQL ]

Quiz
•
University
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

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

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
21 questions
Spanish-Speaking Countries

Quiz
•
6th Grade - University
20 questions
Levels of Measurements

Quiz
•
11th Grade - University
7 questions
Common and Proper Nouns

Interactive video
•
4th Grade - University
12 questions
Los numeros en español.

Lesson
•
6th Grade - University
7 questions
PC: Unit 1 Quiz Review

Quiz
•
11th Grade - University
7 questions
Supporting the Main Idea –Informational

Interactive video
•
4th Grade - University
12 questions
Hurricane or Tornado

Quiz
•
3rd Grade - University
7 questions
Enzymes (Updated)

Interactive video
•
11th Grade - University