SEARCH
You are in browse mode. You must login to use MEMORY

   Log in to start

level: Internet Technology

Questions and Answers List

level questions: Internet Technology

QuestionAnswer
What is a parity checkA method of error detection, a 0 or 1 is added as a extra bit to make sum of bits odd or even
If even parity is used in ( 0 1 1 0 1 0 1), which number would you add in front?0
If an odd parity is used in ( 0 1 1 0 1 0 1), which number would you add in front1
What is a parity byteWhen error is detected, receiver dosent know which bit is transferred correctly, therefore parity byte is used
What are the limitation of parity checkIf an even number of bits have been incorrectly transmitted, then it could not be detected
What is check digit?The final digit of the code, calculated using all other digit of the code
What uses check digit?Barcodes, product codes, vehicle identification number
What is a checksum?Number of bits transmitted added up and transmitted with data
What is ARQ?Automatic Repeat Request
What is the definition of ARQ?A request that is sent by receiving device to tell sender that there is an error
What is the definition of transmission of dataIs the sending of data from one device to another. It is important to make sure that data is not altered during transmission
Examples of short distance transmissionPrinting
Examples of long distance transmissionLong distance call
What is serial data transmissionData is send one bit at a time down a single wire
what is parallel data transmissionData is send several bits at a time down several wires
Examples of serial data transmissionLong distance calls
Examples to parallel data transmissionSending data to printer
what is simplex data transmissionData transmission in one direction only
Examples of simplex data transmissionKeyboard, microphone, doorbell
What is half-duplex data transmissionData transmission in both directions non-simultaneously
Examples of half duplexWalkie-talkie
What is full-duplex Data transmissionData transmission in both directions simultaneously
Examples of full duplex data transmissionPhone calls
3 advantages of serial transmissionGood for long distance, low cost, safer transmission
1 disadvantages of serial transmissionSlower transmission
2 Advantages of parallel transmissionGood for short distance, quick transmission
2 disadvantages of parallel transmissionGreater cost, less safe
What does USB stand forUniversal Serial Bus
USB has four wires, what are those for?Two are for power and earth, two are for data transmission
3 advantages of USBDifferent transmission rates exist, can fit only one way prevents incorrect connection, automatically detects and upload device driver
2 disadvantages for USBLow transmission rate, older version are not supported
What does http stand forHypertext transfer protocol
What is the definition of httpA set of rules which must be followed in transferring data across Internet
In what occasion will it become httpsIf a type of security is used like (SSL and encryption)
HTTPS is faster or slower than HTTPSlower
What does HTML stand forHypertext mark-up language
What language is HTMLIt is not a programming language, it is a mark-up language
Where is HTML usedThe development of webpages
Give an example of html<title> Hello World <title/>
What is html used forRepresenting colours on computer screens
What is htmlThe main file of a webpage
What are three parts of htmlStructure, presentation and behaviour
Two parts and ‘structure’ of html and it’s short formHTML, headings and paragraphs
Two parts and ‘presentation’ of html and it’s short formCSS, font and colour
Two part and ‘behaviour’ of html and it’s short formJS, widget and interaction with user
What is long form of ICIntegrated circuit
What transmission is USB and ICSerial and parallel
Why is IC parallelIt needs high speed data transfer and short distance makes it less risky
Definition of hackingGaining illegal access to a computer system
What are the 2 effect of hackingPersonal information gained, deletion changing corruption of data
What are 3 methods of avoiding hackingFirewalls, strong passwords, anti-hacking software
Definition of virusesA program which can replicate itself and delete or corrupt files, or causing computer to malfunction
What are the 2 effect of virusesCause computer to crash, malfunction, unresponsive, can delete and corrupt files
What are 3 methods to avoid virusesAnti-virus software, be cautious when opening emails, avoid using software form unknown source
Definition of spywareSoftware that gathers key presses on your keyboard and send it to the originator
What are the 2 effect of spywarePersonal information known, this software can install other soft read cookies and change web browser
What are 3 methods of avoiding spywareAnti-spyware software, be alert of your keyboard, use on-screen keyboard
Definition of web browserA software which can display a web page on user’s screen
Examples of web browsersGoogle chrome, safari
what are the four things that a web browser haveHomepage, history of web pages visited, ability to store website, ability to go backwards and forwards of websites
How does web browser and HTML linkThey translate HTML code from website and display result on screen
What does IP address stand forInternet Protocol
What is the definition of IP addressA 32-bit number which is given to each device on the Internet
What is the difference between MAC address and IP addressMAC address is a unique number which identifies the device on the Internet. IP address gives the location of the device connected to the Internet
What does URL stand forUniform resource locator
What is the definition of urlAn address to a resource on the Internet
In the link ‘https://www.youtube.com/watch?V=deD’ what is ‘https://‘ called?Protocol
In the link ‘https://www.youtube.com/watch?V=deD’ What is ‘www.youtube.com’ called?Web server name
In the link ‘https://www.youtube.com/watch?V=deD’ what is ‘/watch?V=deD’ called?File name
How does URL change to a webpage?Web browser will turn web server name to IP address then HTML code is returned and display as corrected formate on page
What is cookies?A packet of data sent by web server to web browser
How do cookies work?It generates every time a user visits a website, it tracks user and saves it preferences
Examples of cookies are?YouTube, douyin
Are cookies safe?They gather Anonymous user profile, they cannot collect personal information however they are subjected to privacy concerns
what does mac stand forMedia access control
What is the definition of MACA unique hexadecimal number made up of 48-bits which identifies device on Internet
What is the structure of MAC and describe itStructure of MAC is (NN:NN:NN:DD:DD:DD:). (NN:NN:NN) are called OUI
What does OUI stand forOrganisationally unique identifier
OUI are also?Vendor numbers (company number)
What is a UAA?A unique serial number, set by manufacturer however can be change to LAA
What is LAA?locally administered address
Why change UAA to LAATo get pass network restrictions, certain software needs all MAC address to be certain format
What symbol is this?NOT gate
What symbol is this?AND gate
What symbol is thisOR gate
What symbol is thisXOR gate
What symbol is thisNAND gate
What symbol is thisNOR gate
What is the Logic notation of NOT gateX= NOT A
What is the logic notation of AND gateX= A AND B
If 0 is the input in NOT gate what is the output?1
If 0 and 1 is the input in AND gate what is the output?0
If 1 and 1 is the input in OR gate what is the output?1
If 1 and 0 is the input in XOR gate what is the output?1
If 0 and 0 is the input in XOR gate what is the output?0
If 1 and 1 is the input in NOR gate what is the output?0
If 0 and 1 is the input in NAND gate what is the output?1