OFAD6006 - Web Design
Give (1)
disadvantages of HTML Frames. |
* Some
smaller devices cannot cope with frames often because their screen is not big
enough to be divided up * Sometimes
your page will be displayed differently on different computers due to
different screen resolution * The
browser's back button might not work as the user hopes * There
are still few browsers that do not support frame technology [
this are the disadvantages] |
It is a Frame tag
attributes that specifies whether or not the borders of that frame are shown. |
frameborder |
A user is using any
old browser or any browser which does not support frames then element should
be displayed to the user. |
True |
It is a frameset
attribute that specifies how many columns are contained in the frameset and
the size of each column which is called the rows attribute. |
False |
A user is using any
old browser or any browser which does not support frames then <noframes>
element should be displayed to the user. |
True |
Which of the
following is the correct inline style? |
style = "font-size
: 20pt" |
It is a second
technique for using style sheets is the embedded style sheets which enable
the web page author to embed an entire CSS document in an XHTML document. |
True |
One of the style of
the style sheets is the HTML Style. |
False |
Conflicting styles
is the rules for resolving conflicts between styles defined for elements and
styles inherited from parent and ancestor elements. |
True |
It is a type of
style sheet that can declare document styles in many ways. Inline styles that
declare an individual element’s format using the XHTML attribute style. |
Inline |
It is style rule that an HTML tag at which a
style will be applied. This could be any tag like <H1> or <TABLE>
etc. |
Selector |
It is a second technique
for using style sheets is the embedded style sheets which enable the web page
author to embed an entire CSS document in an XHTML document. |
True |
It may need to
define multiple style rules for a single element. You can define these rules
to combine multiple properties and corresponding values into a single block |
True |
HTML frames are
used to divide your browser window into multiple sections where each section
can load a separate HTML document. |
True |
It is a frameset
attribute that specifies how many columns are contained in the frameset and
the size of each column which is called the rows attribute. |
False |
It is a simple
design language intended to simplify the process of making web pages
presentable called ____________. |
CSS |
One of the style of
the style sheets is the HTML Style. |
False |
CSS is created and
maintained through a group of people within the W3C called the CSS Working
Group. |
True |
One of the
advantages of an Cascading Style Sheets is that it saves time and can reuse
in multiple HTML pages. |
True |
What is RAM stands
for? |
Random Access Memory |
Ada Lovelace is
considered as a first programmer. |
True |
TRUE or FALSE: One
of the key activities of computer programming is often said to be “Algorithm
Design”. |
True |
What is PCI stands
for? |
Peripheral Component
Interconnect |
The power supply of
a computer converts the alternating current (AC) from the mains (110V input
or 220V input) to the direct current (DC) |
True |
A computer is an electronic
device, operating under the control of instructions stored in its own memory,
which can accept data, process the data according to specified rules, produce
results, and stores the results, and store the results for future use. |
True |
What hardware of
the computer that keeps the components of the computer like chips, processor,
etc. at its normal temperature? |
Heat Sink |
Match the specified
components to its description |
|
It is the enclosure
that contains most of the components of a computer. |
Case/Computer Chassis |
It is the key
circuit board holding the essential processing parts of a computer and also
allows all the parts of your computer to receive power and communicate with
one another. |
Motherboard |
It is attached to
the motherboard and enabled your computer to record and reproduce sounds. |
Sound Card |
It is an expansion
card installed inside our system unit to translate binary data received from
the CPU to GPU. |
Video (Graphics) Card |
It converts the
alternating current (AC) from the mains (110V input or 220V input) |
Power Supply |
Blaise Pascal who
invented the Pascaline. |
True |
Who invented the
first gear-based machines to help with the enormous amount of calculations
involved in the computing taxes? |
Blaise Pascal |
What is BIOS stands
for? |
Basic input-output
system |
TRUE or FALSE:
According to the code of conduct, ethics can be reduced to precise laws or
sets of facts. |
False |
TRUE or FALSE: It
is used broadly to describe criminal activity in which computers or computer
networks are a tool, a target, or a place of criminal activity called
cybercrime |
True |
TRUE or FALSE: Is
Computers had become the primary repository of both personal information and
negotiable assets, such as bank records, securities records and other
financial information. |
True |
The US DOJ
(Department of Justice) categorizes computer crime based on the role that the
computer plays in criminal activity: |
|
Computer as |
Targets |
Computer as |
Storage Devices |
Computer as |
Communication Tools |
TRUE or FALSE: An
Intellectual property has two main types. |
False |
Digital Rights
Management (DRM) refers to systems and procedures that ensure that holders of
digital rights are clearly identified and receive the stipulated payment for
their works. Give one DRM systems objectives. |
Support content
distribution on a variety of media, including CD-ROMs, DVDs, and flash
memory. |
Digital Rights
Management (DRM) refers to systems and procedures that ensure that holders of
digital rights are clearly identified and receive the stipulated payment for
their works. Give one DRM systems objectives. |
Provide persistent
content protection against unauthorized access to the digital content,
limiting access to only those with the proper authorization. |
In 1992 the Computing
and Networking Department of CERN, headed by David Williams, did not support
Berners-Lee’s work. A two-page email sent by Williams stated that the work of
Berners-Lee, with the goal of creating a facility to exchange information
such as results and comments from CERN experiments to the scientific
community, was not the core activity of CERN and was a misallocation of
CERN’s IT resources. |
True |
The HyperText
Transfer Protocol (HTTP) 0.9,[11] the HyperText Markup Language (HTML), the
first Web browser (named World Wide Web, which was also a Web editor), the
first HTTP server software (later known as CERN httpd) |
False |
Berners-Lee wrote a
proposal in March 1989 for "a large hypertext database with typed
links". Although the proposal attracted little interest, Berners-Lee was
encouraged by his boss, Mike Sendall, to begin implementing his system on a
newly acquired NeXT workstation. He considered several names, including
Information Mesh, The Information Mine or Mine of Information, but settled on
World Wide Web. |
True |
In 1990, the _____ was
been built together with the Hypertext Markup Language and the first web
browser that named (World Wide Web). |
Hypertext Transfer
Protocol |
By October 1993
there were over five hundred servers online. Two of the earliest webcomics
started on the World Wide Web in 1993: Doctor Fun and NetBoy. In July 1993,
The Wharton School published one of the first collections of PDFs and was
highlighted in Adobe’s 1995 annual report about use of PDFs on the web |
True |
It is a type of
intellect property that protects the tangible or fixed expression of an idea,
not the idea itself. |
Copyright |
Who is known as
“The first programmer”? |
Ada Lovelace |
It is one component
of a computer that is used for passive cooling. |
Heat fan/sink |
What tag comes
after the HTML tag? |
HEAD Tag |
The tag encloses
all other HTML tags and associated text within your document. It is an
optional tag. You can create an HTML document that omits these tags, and your
browser can still read it and display it. But it is always a good form to
include the start and stop tags. |
True |
TRUE/FALSE: The
HTML Tag doesn’t enclose all other HTML tags and associated text within your
document. |
False |
TRUE/FALSE: HTML
(Hypertext Markup Language) is used to create document on the World Wide Web. |
True |
An HTML document,
web page can be created using a text editor,____ or _______ All the HTML
documents should have the extension .htm or .html. |
Notepad, Wordpad |
What is HTML stands
for? |
Hypertext Markup
Language |
It is a tag that
appears within the tags displayed as size bigger than the rest of the text
surrounding it. |
Larger |
Who invent the
World Wide Web? |
Tim Berners-Lee |
Give (1) core HTML
attributes that can be used on the majority of HTML elements. |
Style |
Give (1)
internationalization attributes that are available for XHTML elements. |
lang |
A user is using any
old browser or any browser which does not support frames then element should
be displayed to the user |
True |
No comments:
Post a Comment