NAME :
COLLEGE :
PHONE NO :
QUIZ
FINAL ROUND
1. Which of the following is not a programming paradigm? 10. What does CSS3 introduce as a new feature for web
a) Object-Oriented Programming (OOP) styling?
b) Functional Programming a) Responsive design
c) Procedural Programming b) Grid layout
d) Sequential Programming c) Object-oriented styling
d) Server-side rendering
2. What is the purpose of a nonce in cryptography?
a) To ensure confidentiality 11. Which of the following is not a valid data type in Python?
b) To prevent replay attacks a) List
c) To encrypt data b) Tuple
d) To authenticate users c) Array
d) Dictionary
3. Which of the following is a markup language commonly
used for creating structured documents and web pages? 12. What is the purpose of SQL injection attacks?
a) JSON a) To exploit vulnerabilities in web applications by injecting
b) XML SQL code
c) YAML b) To steal session cookies
d) HTML c) To perform denial-of-service attacks
d) To intercept network traffic
4. What is the primary function of a router in a computer
network? 13. Which of the following is not a type of cloud service
a) To connect devices within the same network model?
b) To filter and forward data packets between different a) Infrastructure as a Service (IaaS)
networks b) Platform as a Service (PaaS)
c) To manage domain names c) Software as a Solution (SaaS)
d) To store and retrieve data d) Data as a Service (DaaS)
5. Which database model is based on a collection of key-value 14. What is the function of an index in a database?
pairs? a) To store large binary objects
a) Relational database b) To speed up data retrieval operations
b) Document database c) To encrypt sensitive data
c) Graph database d) To manage database connections
d) Columnar database
15. Which HTTP method is used to retrieve data from a
6. Which of the following is not a valid HTTP status code? server?
a) 200 OK a) POST
b) 404 Not Found b) GET
c) 503 Service Unavailable c) PUT
d) 300 Redirect d) DELETE
7. What is the purpose of the "git" command in version control 16. What is the purpose of a CDN (Content Delivery Network)
systems like Git? in web development?
a) To commit changes to a repository a) To improve website performance by caching content
b) To merge branches closer to users
c) To clone a repository b) To manage database queries
d) All of the above c) To secure website login credentials
d) To host web applications
8. Which encryption method uses a pair of keys, one for
encryption and one for decryption? 17. Which data structure follows the Last In, First Out (LIFO)
a) Symmetric encryption principle?
b) Public-key encryption a) Queue
c) Hashing b) Stack
d) Digital signature c) Linked List
d) Tree
9. Which programming language is commonly used for
developing machine learning algorithms? 18. What does the acronym "IoT" stand for?
a) Java a) Internet of Technology
b) Python b) Internet of Telecommunications
c) C# c) Internet of Things
d) Ruby d) Internet of Transfers
19. Which of the following is not a valid HTTP response status 28. What does AJAX stand for in web development?
code? a) Asynchronous JavaScript and XML
a) 400 Bad Request b) Asynchronous JavaScript and XHTML
b) 401 Unauthorized c) Asynchronous JSON and XML
c) 500 Server Error d) Asynchronous Java and XML
d) 303 Redirection
29. Which type of encryption uses the same key for both
20. What is the purpose of the "finally" block in exception encryption and decryption?
handling? a) Symmetric encryption
a) To define code that should always be executed, regardless b) Asymmetric encryption
of whether an exception occurs c) Public-key encryption
b) To handle specific types of exceptions d) Private-key encryption
c) To terminate the program
d) To ignore exceptions 30. What is the purpose of the "alt" attribute in HTML?
21. Which protocol is used for sending and receiving emails? a) To define alternative text for an image
a) FTP b) To specify the alignment of an image
b) SMTP c) To set the background color of a web page
c) HTTP d) To create a hyperlink
d) TCP
22. What is the primary function of a firewall in network
security?
a) To filter and control incoming and outgoing network
traffic
b) To encrypt data transmission
c) To manage domain names
d) To optimize network performance
23. Which of the following is not a valid data type in
JavaScript?
a) String
b) Integer
c) Boolean
d) Object
24. What is the purpose of a CSS reset stylesheet?
a) To reset the browser's default styles to a consistent
baseline across different browsers
b) To add custom styles to web pages
c) To optimize website performance
d) To create animations and transitions
25. Which of the following is not a valid HTTP request
method?
a) PUT
b) POST
c) RECEIVE
d) DELETE
26. What is the purpose of the keyword "this" in JavaScript?
a) To refer to the current function
b) To refer to the parent object
c) To create a new object
d) To exit a loop
27. Which database management system is known for its
ability to handle geospatial data?
a) MySQL
b) PostgreSQL
c) MongoDB
d) SQLite