MID-TERM GRAND QUIZ
FALL 2020 (Paper 1)
Question No 1:
Which of the following (Raise For Success) is true about MAC address?
- MAC address is 64-bit address
- MAC address is 48-bit address Correct
- MAC address is 32-bit address
- MAC address is 128-bit address
Question No 2:<BGSOUND> tag (Raise For Success) is supported by?- Internet Explorer Correct
- Mozilla Fire fox
- Google Chrome
- All Browsers
- Internet Explorer Correct
- Mozilla Fire fox
- Google Chrome
- All Browsers
Question No 3:Which of the following (Raise For Success) is NOT valid HTML code line?- <frameset rows="16%.84%">
- <frameset columns="16%.84%"> Correct
- <frameset cols="100.150">
- <frameset cols="50%.50% rows="16%.84%">
- <frameset rows="16%.84%">
- <frameset columns="16%.84%"> Correct
- <frameset cols="100.150">
- <frameset cols="50%.50% rows="16%.84%">
Question No 4:Worms have (Raise For Success) the characteristics:- Can replicate it
- Have the capability to travel without any help or human action
- Can spread from computer to computer
- All Correct
- Can replicate it
- Have the capability to travel without any help or human action
- Can spread from computer to computer
- All Correct
Question No 5: Which of the following (Raise For Success) layer is not in OSI model?
- Network layer
- Physical layer
- Transport layer
- Internet layer Correct
- Network layer
- Physical layer
- Transport layer
- Internet layer Correct
Question No 6:
For which of the following (Raise For Success) XSL is the recommended as style sheet language?- HTML
- XML Correct
- HTML and XML
- XSLT
- HTML
- XML Correct
- HTML and XML
- XSLT
Question No 7:border-color specifies (Raise For Success) the color of all borders in the order _______.- border right color, border bottom color, border left color, border top color
- border top color, border right color, border bottom color, border left color Correct
- border top color, border bottom color, border right color, border left color
- border bottom color, border top color, border left color, border right color
- border right color, border bottom color, border left color, border top color
- border top color, border right color, border bottom color, border left color Correct
- border top color, border bottom color, border right color, border left color
- border bottom color, border top color, border left color, border right color
Question No 8:One long cable (Raise For Success) acts as a backbone to link all the devices in a network refers to ______.- Ring topology
- Mesh topology
- Star topology
- Bus topology Correct
- Ring topology
- Mesh topology
- Star topology
- Bus topology Correct
Question No 9:Bridge is a capable (Raise For Success) of reading ______ on the data packets.- IP address
- MAC address Correct
- Local address
- Class address
- IP address
- MAC address Correct
- Local address
- Class address
Question No 10:Which of the following (Raise For Success) HTML tag could not be used as CSS tag?- <h1>
- <style> Correct
- <a>
- <p>
- <h1>
- <style> Correct
- <a>
- <p>
Question No 11:In Self (Raise For Success) hosting _______.- Companies may opt to run a server in house Correct
- Companies may not opt to run a server in house
- Companies may opt rent server
- None of Above
- Companies may opt to run a server in house Correct
- Companies may not opt to run a server in house
- Companies may opt rent server
- None of Above
Question No 12:________ topology (Raise For Success) is the best for handling network (having 20 computers 2 printers and 1 scanner) easily in organization.- Bus
- Ring
- Star Correct
- Media
- Bus
- Ring
- Star Correct
- Media
Question No 13:Content management (Raise For Success) Software helps companies control the ______.- Large amount of data. pictures/graphics and other files that play a crucial role in conducting business Correct
- People outside the organization
- People outside the country
- People working from home
- Large amount of data. pictures/graphics and other files that play a crucial role in conducting business Correct
- People outside the organization
- People outside the country
- People working from home
Question No 14:________ is (Raise For Success) not a comparison operator.- >
- <
- !=
- = Correct
- >
- <
- !=
- = Correct
Question No 15:var txt="Hello World!" (Raise For Success) document write (txt length). It would turn the length as:- 13
- 12 Correct
- 11
- 10
- 13
- 12 Correct
- 11
- 10
Question No 16:In the code (Raise For Success) "document write(1T430")" what is the meaning of keyword document.- Document is a browser main method
- Document is a browser sub-class
- Document is a browser class
- Document is a browser object Correct
- Document is a browser main method
- Document is a browser sub-class
- Document is a browser class
- Document is a browser object Correct
Question No 17:_______ occur(s) (Raise For Success) when a customer clicks on checkout or confirm order button.- Payment Processing
- Calculation of taxes
- Calculation of shipping
- All of the given Correct
- Payment Processing
- Calculation of taxes
- Calculation of shipping
- All of the given Correct
Question No 18:The List tag(s) (Raise For Success) used in HTML are _____.- Paired Tags Correct
- Unpaired Tags
- Control Tags
- Self Closing Tags
- Paired Tags Correct
- Unpaired Tags
- Control Tags
- Self Closing Tags
Question No 19:The parse (Raise For Success) Float() function is used to _____.- Un-parses a string and returns a non-floating point number
- Un-parses a string and returns a floating point number
- Parses a string and returns a floating point number Correct
- Parses a string and returns a non-floating point number
- Un-parses a string and returns a non-floating point number
- Un-parses a string and returns a floating point number
- Parses a string and returns a floating point number Correct
- Parses a string and returns a non-floating point number
Question No 20:In ring topology (Raise For Success) messages have to travel in ________ (Chose the best answer).- Same direction (clockwise)
- Same direction (either clockwise or counter clockwise) Correct
- Dual direction (At same time)
- To & Fro
- Same direction (clockwise)
- Same direction (either clockwise or counter clockwise) Correct
- Dual direction (At same time)
- To & Fro
Question No 21:What is the correct (Raise For Success) JavaScript syntax to insert a comment that has more than one line?- /'This comment has more than one line'/ Correct
- /# This comment has more than one line#/
- <!--This comment has more than one line-->
- none of the given
- /'This comment has more than one line'/ Correct
- /# This comment has more than one line#/
- <!--This comment has more than one line-->
- none of the given
Question No 22:What is the (Raise For Success) default format for ordered list?- a,b,c,....
- i,ii,iii,....
- 1,2,3,.... Correct
- A,B,C,....
- a,b,c,....
- i,ii,iii,....
- 1,2,3,.... Correct
- A,B,C,....
Question No 23:document write (Raise For Success)(str.replace(/Microsoft/."W3Schools"))- This string object is deleting Microsoft word
- This string object concatenating the Microsoft with W3Schools
- This string object is replacing Microsoft with W3Schools Correct
- None of these
- This string object is deleting Microsoft word
- This string object concatenating the Microsoft with W3Schools
- This string object is replacing Microsoft with W3Schools Correct
- None of these
Question No 24:Servlets are very (Raise For Success) fast java application on the server side which are available _______.- In an active form in the memory of the server Correct
- In an passive form in the memory of server
- In an active form on the hard disk of the server
- None of Above
- In an active form in the memory of the server Correct
- In an passive form in the memory of server
- In an active form on the hard disk of the server
- None of Above
Question No 25:Applets are complied (Raise For Success) Java programs, which includes ______.- Animation files
- Java games
- Spread sheets
- All of the given Correct
- Animation files
- Java games
- Spread sheets
- All of the given Correct
Question No 26:_________ tag is (Raise For Success) used to control the layout of different elements.- Form
- Style Correct
- Span
- Frameset
- Form
- Style Correct
- Span
- Frameset
Question No 27:Enterprise Resource (Raise For Success) Planning (ERP) is a concept- That integrates some aspects of business, at many locations.
- That integrates all aspects of a business of a single place. Correct
- That integrates some aspects of business, at some locations.
- That integrates all aspects of business, at many locations.
- That integrates some aspects of business, at many locations.
- That integrates all aspects of a business of a single place. Correct
- That integrates some aspects of business, at some locations.
- That integrates all aspects of business, at many locations.
Question No 28:Which of the following (Raise For Success) are correct tags used for frames?- <Frames></Frame>
- <Frameset><Frame></Frame></Frameset>
- <Frameset><Frame></Frameset> Correct
- <Frameset><Frame></Frame>
- <Frames></Frame>
- <Frameset><Frame></Frame></Frameset>
- <Frameset><Frame></Frameset> Correct
- <Frameset><Frame></Frame>
Question No 29:______ a commercial (Raise For Success) exchange between business conducted over the internet.- C2C
- B2B
- B2C Correct
- C2B
- C2C
- B2B
- B2C Correct
- C2B
Question No 30:Which of one (Raise For Success) is the security measure for e-commerce?- Downloading of plug-ins from the internet be avoided.
- Downloading of plug-ins should be done from the vendor's official website. Correct
- Installation of a firewall may also reduce the risk if virus attack.
- All of Above.
- Downloading of plug-ins from the internet be avoided.
- Downloading of plug-ins should be done from the vendor's official website. Correct
- Installation of a firewall may also reduce the risk if virus attack.
- All of Above.
Tags:
e-commerce
Fall 2021
Fall 2022
Fall 2023
Fall 2024
Fall 2025
Grand Quiz
it430
it430 solved midterm grand quiz by Raise For Success
It430 solved midterm papers
Midterm Past Papers
midterm solved papers