Online Exam Quiz

questionQuestion  1 to 30

Which of the following is used to style React components?

  • CSS
  • SCSS
  • Styled-components
  • Less
Mark for review

Which command is used to initialize a new Git repository?

  • git init
  • git start
  • git create
  • git new
Mark for review

What does JSON stand for?

  • JavaScript Object Notation
  • JavaScript Online Notation
  • JavaScript Oriented Notation
  • Java Syntax Object Notation
Mark for review

What does the acronym MVC stand for in web development?

  • Model-View-Controller
  • Module-View-Controller
  • Model-View-Content
  • Module-View-Content
Mark for review

Which HTML tag is used to define an unordered list?

  • <ul>
  • <ol>
  • <li>
  • <list>
Mark for review

Which HTML attribute is used to specify that an input field must be filled out?

  • required
  • placeholder
  • validate
  • pattern
Mark for review

In CSS, which property is used to set the spacing between lines of text?

  • line-height
  • spacing
  • text-spacing
  • letter-spacing
Mark for review

Which HTML tag is used to define an internal style sheet?

  • <style>
  • <script>
  • <css>
  • <link>
Mark for review

In JavaScript, how do you declare a variable?

  • var
  • int
  • String
  • float
Mark for review

In JavaScript, which function is used to parse a JSON string?

  • JSON.parse()
  • JSON.stringify()
  • parseJSON()
  • JSON.convert()
Mark for review

Which tag is used to define a hyperlink in HTML?

  • <a>
  • <link>
  • <href>
  • <hyperlink>
Mark for review

In HTML, which attribute is used to specify the URL of an image?

  • href
  • src
  • link
  • url
Mark for review

Which of the following is used to improve website performance?

  • Lazy loading
  • Blocking scripts
  • Large images
  • Unminified CSS
Mark for review

Which protocol is used to secure HTTP traffic?

  • FTP
  • SMTP
  • HTTPS
  • SSH
Mark for review

Which CSS framework is known for its responsive design capabilities?

  • Bootstrap
  • Foundation
  • Materialize
  • Tailwind
Mark for review

Which of the following is a JavaScript runtime built on Chrome's V8 engine?

  • Node.js
  • Ruby
  • Python
  • PHP
Mark for review

In CSS, what does the 'float' property do?

  • Aligns content
  • Clears floats
  • Specifies how an element should float
  • Centers content
Mark for review

What is the purpose of the 'ngFor' directive in Angular?

  • To repeat a set of HTML nodes
  • To conditionally render content
  • To bind a value to the model
  • To listen to events
Mark for review

Which CSS property is used to change the font of an element?

  • font-style
  • font-family
  • font-weight
  • font-size
Mark for review

In CSS, which property is used to change the text color?

  • font-color
  • text-color
  • color
  • font-style
Mark for review

Which tool is used for automating browser actions?

  • Webpack
  • Babel
  • Gulp
  • Selenium
Mark for review

Which company developed the React library?

  • Google
  • Facebook
  • Microsoft
  • Apple
Mark for review

In React, what is the purpose of useState?

  • To handle side effects
  • To manage component state
  • To perform AJAX requests
  • To handle context
Mark for review

Which of the following is a JavaScript framework?

  • Laravel
  • Django
  • Angular
  • Rails
Mark for review

Which of the following is a relational database?

  • MongoDB
  • Cassandra
  • MySQL
  • DynamoDB
Mark for review

What is the main purpose of using Docker in development?

  • To deploy websites
  • To create virtual machines
  • To containerize applications
  • To manage databases
Mark for review

Which of the following is a backend programming language?

  • HTML
  • CSS
  • JavaScript
  • Node.js
Mark for review

What does the acronym REST stand for?

  • Representational State Transfer
  • Representational Structured Transfer
  • Reliable State Transfer
  • Resource State Transfer
Mark for review

Which of the following is a NoSQL database?

  • MySQL
  • PostgreSQL
  • MongoDB
  • SQLite
Mark for review

What is the purpose of the 'flexbox' layout in CSS?

  • To create a flexible layout
  • To create grid layouts
  • To add animations
  • To control visibility
Mark for review

blinkerOnline

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • Answered
  • Not Answered
  • Marked for Review