Unit 6 - Practice Quiz

CSE121 50 Questions
0 Correct 0 Wrong 50 Left
0/50

1 Which of the following best defines Full Stack Web Development?

A. Development involving only the user interface and visual design
B. Development focusing strictly on database management and server logic
C. Development covering both the client-side (frontend) and server-side (backend) of an application
D. Development of mobile applications exclusively for iOS and Android

2 In the context of Web Development, what does UI stand for?

A. User Integration
B. User Interface
C. Universal Internet
D. Uniform Interaction

3 Which technology is primarily responsible for the structure and content of a web page?

A. CSS
B. HTML
C. JavaScript
D. PHP

4 What is the primary function of CSS in web development?

A. To handle database queries
B. To define the logic and interactivity of the page
C. To style and layout the HTML elements
D. To manage server-side sessions

5 Which of the following is considered a server-side scripting language?

A. HTML
B. CSS
C. PHP
D. React

6 In the acronym CRUD, what does the letter 'R' stand for?

A. Remove
B. Read
C. Return
D. Redirect

7 Which tool is a popular source-code editor developed by Microsoft, widely used for web development?

A. Microsoft Word
B. VS Code (Visual Studio Code)
C. Adobe Photoshop
D. Unity

8 What is the main characteristic of a Responsive Web Design?

A. The website responds to voice commands only
B. The layout adapts dynamically to different screen sizes and devices
C. The website loads faster than standard websites
D. The design uses only static images

9 The Mobile-First approach in design implies:

A. Designing for desktop screens first, then shrinking it down
B. Designing the experience for mobile devices (smaller screens) before scaling up to desktop
C. Creating an app instead of a website
D. Using mobile data instead of Wi-Fi for development

10 What distinguishes a Single Page Application (SPA) from a traditional multi-page application?

A. SPAs cannot connect to a database
B. SPAs dynamically rewrite the current web page with new data from the web server, avoiding full page reloads
C. SPAs consist of only one line of code
D. SPAs only work on mobile phones

11 Which of the following is a popular JavaScript Framework/Library used for building user interfaces?

A. Laravel
B. Django
C. React
D. MySQL

12 In a database context, what is the role of SQL?

A. To style the data tables
B. To manage and manipulate relational databases
C. To compile Java code
D. To create virtual reality environments

13 What does UX Design focus on?

A. The color palette of the website
B. The overall experience, usability, and journey of the user
C. The database architecture
D. The server configuration

14 Which HTML tag is used to link an external JavaScript file?

A. <link>
B. <script>
C. <js>
D. <style>

15 Which character is used to denote a variable in PHP?

A. @
B. %
C. $
D. #

16 Which CSS feature allows you to apply styles based on the device's characteristics, such as screen width?

A. Flexbox
B. Grid Layout
C. Media Queries
D. Variables

17 In the context of AR/VR, what does AR stand for?

A. Artificial Reality
B. Augmented Reality
C. Automated Rendering
D. Applied Resolution

18 What is the fundamental difference between AR and VR?

A. VR adds digital elements to a live view; AR implies a complete immersion experience
B. AR requires a headset; VR works on smartphones only
C. AR overlays digital content onto the real world; VR creates a completely immersive virtual environment
D. There is no difference; they are the same

19 Which hardware device is most essential for a high-end Virtual Reality experience?

A. Head-Mounted Display (HMD)
B. Webcam
C. Standard Keyboard
D. Printer

20 How many Degrees of Freedom (DoF) are typically found in high-end VR headsets that track both rotation and translation (movement)?

A. 1DoF
B. 3DoF
C. 6DoF
D. 10DoF

21 Which technology is commonly used in AR to track the physical environment and place objects accurately?

A. SLAM (Simultaneous Localization and Mapping)
B. CRUD
C. SQL
D. DNS

22 What is Latency in the context of VR?

A. The price of the headset
B. The resolution of the screen
C. The delay between a user's movement and the display update
D. The weight of the device

23 Which of the following is a major application of AR in the retail sector?

A. Processing payments securely
B. Virtual 'Try-On' for glasses or makeup
C. Inventory database management
D. Employee payroll systems

24 A Full Stack Developer is expected to be proficient in:

A. Only Graphic Design
B. Both Frontend and Backend technologies
C. Only Project Management
D. Only Hardware assembly

25 Which job role focuses specifically on the visual look and feel of a product?

A. Backend Developer
B. Database Administrator
C. UI Designer
D. DevOps Engineer

26 What is the primary language used for Client-Side dynamic behavior in web browsers?

A. Python
B. C++
C. JavaScript
D. Swift

27 In a CRUD application, the Update operation typically maps to which SQL command?

A. SELECT
B. INSERT
C. UPDATE
D. DROP

28 The Document Object Model (DOM) represents:

A. The database schema
B. The server configuration
C. The page structure as a tree of objects that JS can manipulate
D. The network protocol

29 Which of the following sensors is crucial for a mobile phone to function as a basic VR device?

A. Thermometer
B. Gyroscope
C. Barometer
D. Fingerprint Sensor

30 What is the significance of Haptic Feedback in VR systems?

A. It improves the audio quality
B. It provides tactile sensations (touch) to enhance immersion
C. It increases the battery life of the headset
D. It reduces the weight of the controllers

31 Which software engine is widely used for creating both AR and VR experiences?

A. Microsoft Excel
B. Unity 3D
C. Adobe Acrobat
D. Notepad

32 In the context of the CSS Box Model, which layer is immediately outside the content?

A. Margin
B. Border
C. Padding
D. Outline

33 Which of the following is a valid method to send data to a server in a web form?

A. POST
B. ALIGN
C. BOLD
D. REFRESH

34 What is a Wireframe in UI/UX design?

A. The physical cable connecting the server
B. A high-fidelity colorful prototype
C. A skeletal low-fidelity visual guide representing the page layout
D. The code structure of the backend

35 Which of the following is an example of an IDE (Integrated Development Environment)?

A. Google Chrome
B. Visual Studio
C. Windows 10
D. Git

36 Which technology is used to define the 'Behavior' layer of a web page?

A. HTML
B. CSS
C. JavaScript
D. HTTP

37 The term 'Field of View' (FOV) in VR refers to:

A. The distance the user can walk
B. The extent of the observable world seen at any given moment
C. The resolution of the display
D. The number of sensors in the room

38 Which file extension is associated with a Cascading Style Sheet?

A. .html
B. .js
C. .css
D. .php

39 In a relational database, a Primary Key is used to:

A. Encrypt the data
B. Uniquely identify each record in a table
C. Connect to the internet
D. Store large video files

40 Which of the following is a popular backend framework for Node.js?

A. Express.js
B. Bootstrap
C. Tailwind
D. jQuery

41 How does Marker-based AR work?

A. It uses GPS location only
B. It requires a camera to recognize a specific visual pattern (QR code or image) to trigger the overlay
C. It works without a camera
D. It projects holograms into thin air without a screen

42 Which skillset is NOT typically required for a pure UI/UX designer?

A. Wireframing and Prototyping
B. User Research
C. Server-side Database Administration
D. Interaction Design

43 The illusion of depth in VR is often created using Stereoscopic Display. This means:

A. Showing the exact same image to both eyes
B. Showing slightly different images to the left and right eyes
C. Using a very bright screen
D. Playing 3D audio

44 Which industry uses VR for training simulations to reduce risk (e.g., flight simulators, surgery)?

A. Healthcare and Aviation
B. Simple text blogging
C. Data Entry
D. Spreadsheet management

45 What is the purpose of Bootstrap in web development?

A. To manage databases
B. A CSS framework for developing responsive and mobile-first websites
C. A programming language for AI
D. A tool for VR rendering

46 If a VR headset has a refresh rate of , what does this mean?

A. The screen updates the image 90 times per second
B. The resolution is 90 pixels wide
C. The battery lasts 90 minutes
D. The viewing angle is 90 degrees

47 What is a common Soft Skill required for full stack developers working in agile teams?

A. Advanced Calculus
B. Communication and Collaboration
C. Soldering hardware
D. Legal knowledge

48 In the context of VS Code, what is an Extension?

A. A physical cable
B. A plug-in that adds new features (languages, debuggers, tools) to the editor
C. A type of file format
D. A method to extend the monitor display

49 Which of the following describes Mixed Reality (MR)?

A. Audio only experience
B. A blend of physical and digital worlds where physical and digital objects coexist and interact in real time
C. A completely text-based interface
D. Standard television broadcasting

50 When defining a color in CSS, what does the hex code #FFFFFF represent?

A. Black
B. Red
C. White
D. Blue