WorksheetsGEM of FSD
Total questions: 63
Worksheet time: 39mins
An example of an HTML Element is...
<body>
/body/
(body)
\body\
An example of an HTML tag is...
<body> ... </body>
(body) ... (/body)
<body> ... <body>
HTML is what type of language ?
Scripting Language
Network Protocol
Markup Language
Programming Language
Look at the HTML code below and predict how the headings will be displayed.
<h3> Eggs </h3>
<h1> Bacon </h1>
<h6> Waffles </h6>
Look at the list above and predict the HTML code you would use to display it correctly. Choose from the following answers.
The elements <DIV> and <SPAN> have the following characteristics
Element <DIV> inherits properties defined for <SPAN> in a stylesheet
<DIV> is used inside element <P>.
<DIV> and <SPAN> are used as alternatives for the element <P>
Elements <SPAN> and <DIV> define content to be inline or block-level
HTML web pages can be read and rendered by
Compiler
Interpreter
Server
Web Browser
Which character is used to indicate an end tag?
^
/
*
<
Where do <header> and <footer> tags typically occur?
as children of <body>, <article>, <aside>, and <section> tags
as children of <body>, <article>, and <section> tags
as children of <body>, <article>, <aside>, <nav>, and <section> tags
as children of <body>, <article>, <table>, and <section> tags
What is the difference between the post and get methods in a form?
post is used for sending information to the server. get is used for retrieving form information from the server.
get is used for sending information to the server. post is used for retrieving form information from the server.
With get, data is included in the form body when send to the server. With post, the data goes through the URL.
With post, data is included in the form body when send to the server. With get, the data goes through the URL.
What is the difference between the <div> and <span> tags?
<div> is used where a generic block-level tag is needed, while <span> is used where a generic inline tag is needed.
<div> is used for major divisions on a page, while <span> is used to span across columns.
<div> is the industry-standard default tag, but you could use <span> if you prefer.
<div> is used where a generic inline tag is needed, while <span> is used where a generic block-level tag is needed.
What does AJAX stand for?
Asynchronous JavaScript And XML
Angular JavaScript And XML
Architect JavaScript And XML
Advance JavaScript And XML
What is the purpose of a database?
To store data that can be retrieved quickly
To render user interface elements
To create styling rules
To add interactivity to web pages
<!Doctype html> creates an element known as the DOCTYPE ______, which lets user agents know that the document contents are written in HTML.
property
declaration
setting
announcement
A tag pair assigns meaning to a web page ______, which is a specific component of the page, such as a paragraph or a heading.
element
attribute
object
property
______ works on the server and deals with databases.
Front end developer
Back end developer
Middle end developer
Full stack developer
______ is a tool for transforming CSS with JavaScript.
Saas
Typescript
Bootstrap
PostCSS
____ is the language of the browser
HTML
CSS
JavaScript
Bootstrap
Expand: NPM
Node Packet Manager
Nobe Package Manager
Node Package Manager
Node Package Management
What is React.js?
Open-source JavaScript back-end library
JavaScript front-end library to create a database
Free and open-source JavaScript front-end library
None of the mentioned
____ to refer to an architectural approach for building websites.
Typestack
Fullstack
Jamstack
Staticstack
What is the HTTP Status Code Related to Page Not Found?
401
402
403
404
In this generation, all the application on web or mobile will be
upgraded with more features which will allow for a unique browsing experience for users.
Web 1.0
Web 2.0
Web 3.0
None
What language adds interactive features to a website?
HTML
CSS
JavaScript
PHP
What language creates the basic structure of a website?
HTML
CSS
JavaScript
PHP
What is Full Form of RAD Model ?
Rapid Application Development
Red Application Development
Real Application Development
None of these
Which of the following encapsulates an SQL statement which is passed to the database to be parsed, compiled, planned and executed?
DriverManager
JDBC driver
Statement
Connection
Which of the following type of JDBC driver, is also called Type 3 JDBC driver?
JDBC-ODBC Bridge plus ODBC driver
JDBC-Net, pure Java driver
JDBC-Net, pure Java driver
JDBC-Net, pure Java driver
Which of the following is correct about JDBC?
The JDBC API provides the abstraction and the JDBC drivers provide the implementation.
The JDBC API provides the abstraction and the JDBC drivers provide the implementation.
Both of the above.
None
Which of the following contains both date and time?
java.io.date
java.sql.date
java.util.date
java.util.dateTime
Which packages contain the JDBC classes?
java.sql.jdbc
java.sql
javax.sql
java.jdbc.sql
What is the purpose of the Model component in the MVC framework?
Retrieve, add, and alter data from the database
Handle user requests and manipulate data
Render the user interface for the application
Interact between the View and Controller components
Which component in the MVC framework is responsible for the user interface?
Model
View
Controller
Database
What is the role of the Controller component in the MVC framework?
Retrieve, add, and alter data from the database
Handle user requests and manipulate data
Render the user interface for the application
Interact between the Model and View components
Which MVC framework uses Python as its programming language?
ASP.NET
Django
Ruby on Rails
Laravel
Which MVC framework is known for its high speed development?
ASP.NET
Django
Ruby on Rails
Laravel
Which programming language is used in the Laravel framework?
C#
Python
Ruby
PHP
Which component in the MVC framework interacts between the Model and View?
Model
View
Controller
Database
_____ is a GUI Framework that contains a set of classes to
provide more powerful and flexible GUI components than AWT
Java Package
Java Swing
Java code
JDBC
Find the wrong statement ?
Java swing components are platform-independent
Swing components are lightweight
Swing supports pluggins and it is manageble
Swing doesn't support MVC architecture
MVC is a well known software architectural
pattern ideal to implement user interfaces on computers by
dividing an application intro three interconnected parts.What is the full form of MVC ?
Model , View and Customizable
More, Visual and Configure
Model, View and Controller
Move, View and Container
____ is a simplest container which provides space in which any other components can be placed
Panel
Frame
Window
GUI
The key elements of the Delegation Event Model are ___ and ___
Model and View
Component and Container
Source and
Listeners
Panel and Window
____refers to the arrangement of components within the
container.
Grid
Window
Display
Layout
Find which statement is correct ?
MVC is tightly coupled architecture
Swing components inherit from the Swing.JComponent class
A container holds a group of components
Swing defines 3 types of containers
Following is the architectural diagram of JDBC. Which are the 2 layers of this architecture ?
Java application and Server
Applictaion and Driver
JDBC API and Server API
JDBC API and JDBC Driver API
The default username and password for the mysql database
Admin, Admin
Admin, Password
root, root
Username, Password
The ___uses a driver manager and database-specific drivers
to provide transparent connectivity to heterogeneous databases
Driver
JDBC API
Server
JDBC Application
SELECT Statement in SQL is usually used to___ contents
Choose
Display
Update
Delete
