Search This Blog

Monday 25 August 2014

Computer Qualitative Questions (Paper 2)



Here are some other questions to help you solve your computer problems, take your time to look through as you might just find an answer to your long time question.

What is Firmware?
Answer: Firmware is a computer program stored permanently into a hardware device as a Read Only Memory. For example, when you plug a new device into the computer and it installed itself automatically without an attached device driver, it contains a firmware in it such as a modem etc.

In graphic design, graphics is inserted as what?
Answer: Graphics is inserted as frame.

Who is the father of computer?
Answer: Charles Babbage was noted as the father of computer. He was recognized with the invention of two computers which are ANALYTICAL ENGINE and DIFFERENCE MACHINE.

What are java applets?
Answer: A java applet is run from a web browser and is not a standalone application. For example, it might be a clock display on a web page.

What is worm?
Answer: A worm is a malware which can spread itself without human actions. It can e-mail itself using contacts stored on a computer, without the user even doing anything.

In order to use an extended desktop over two monitors, what is recommended for a PC?
Answer: A dual screen graphics card and extra monitor is necessary. The dual screen card will allow two monitors to be connected and the display spanned over two monitors.

Who invented the WWW (World Wide Web)?
Answer: Tim Berners Lee invented the www. He was a physicist and his invention 1990 increased the number of internet users.

What is multitasking in an operating system?
Answer: Multitasking is having multiple tasks running at once on a computer.

What does MODEM stands for?
Answer: The MODEM is known as a MODULATOR – DEMODULATOR. It converts the telephone signal to internet packets and vice-versa.

What is an SSID?
Answer: SSID means Service Set Identification; it is a public name for a wireless network. SSID is a name by which the wireless name can be addressed onto a networked device.

What is ARP?
Answer: ARP means Address Resolution Protocol. It is a networking protocol, also a command one would use in Windows 8 to view the ARP cache.

How is data stored on a standard hard disk drive?
Answer: Data is stored using magnetic charge. Magnetic charge is used to set each bit ON or OFF (1 or 0). This is the data stored in its most basic form, and ‘on or off’ is the only form of data a computer can actually understand, as it is, in essence and electronic device.

What does the command ‘Netstat-a’ do in Windows?
Answer: ‘Netstat-a’ shows all the connections to your computer including yourself. You can use it to see if anyone else is connected to your computer too.

What is multiboot?
Answer: Multiboot means to boot to a choice of operating systems. Some users have the need to boot from multiple operating systems. For example, Windows 7 and Ubuntu 11

What does the Kernel of an operating system do?
Answer: The Kernel is the lowest level of an operating system, and provides the core functions of the operating system. The same kernel may be used in multiple operating systems.

How is data stored on a CD?
Answer: The CD writer burns a small hole (bump) in the CD to represent a 1, and the flat areas represent 0’s. These are read back when the laser shines on the disc – if data is reflected (by a flat area) then the 0 is read. If there is a bump, the laser is deflected elsewhere and a 1 is read.

What might a checksum be used for?
Answer: The checksum is used for checking file integrity. The checksum produced from the original can be compared to the one in question. If the data is different, the checksum will be different.

What is changelog?
Answer: Changelog is used to keep record of changes to data. It also track changes made to the registry in Windows. A registry is where data is kept on a storage device.

What is DMA?
Answer: DMA means Direct Memory Access; it allows data to be transferred to physical memory (RAM), without being processed by the processor (CPU).

What does RAID stands for?
Answer: RAID means Redundant Array of Independent Disks. A RAID setup combines multiple disk drives into one logical unit.

What is SCCM?
Answer: SCCM means System Center Configuration Manager. SCCM is a system management product by Microsoft for managing multiple Windows based computer systems.

What does COM stand for?
Answer: COM means Component Object Model. It is used for developing software components.

What is the desktop heap?
Answer: Desktop heap is an area of memory used for desktop elements. It is used to store visual elements of the desktop for display.

What is Telnet?
Answer: Telnet is a commandline communication tool. It is used to remotely connect to networked devices for administration purposes.

What is EEPROM?
Answer: EEPROM means Electronically Erasable Programmable Read Only Memory. It is a memory that can store information even when power is removed. For example, data on a flash drive – it doesn’t require power to maintain the data. Therefore, it is EEPROM.

What does SONET stand for?
Answer: SONET means Synchronous Optical NETworking. It is used to send multiple bit streams over fibre optic cable.

What is .net framework?
Answer: .net framework is a software framework. It allows the smooth installation of software on a computer. It was developed by Microsoft

What does SQL stand for?
Answer: SQL means Structured Query Language. It is used for querying databases to fetch results.

What is an argument?
Answer: An argument is a value passed to a function. It can be any type of data the function will allow such as an integer, string, floating point value, object etc.

What is a cluster?
Answer: A cluster is a group of computers working together. Computers can work together on certain tasks. They work in a cluster.


With these questions and answers, I believe to have results to some of your thoughts and questions…….cheers!!!!

Compiled by: AdeDanCompTech

Friday 22 August 2014

Computer Qualitative Questions (Paper 1)



Here are some questions to help you solve your computer problems, take your time to look through as you might just find an answer to your long time question.

What does a hard disk defragmenter do?
Answer: It arranges data in order for faster reading.

Which command can you use in Windows 7 to kill running processes?
Answer: taskkill.exe (Use tasklist.exe to simply view the processes before using the taskkill to kill them).

What is the usual way to access Recovery Console?
Answer: Booting from the Windows CD/DVD.

What is the Windows 8 user interface based on?
Answer: The Windows 8 user interface is based on Microsoft's Metro design language, also more on typography than imagery.

What is web caching?
Answer: It is the storing of recent viewed or selected web pages for faster use the next time it is viewed.

What is the MBR on a PC hard disk?
Answer: MBR means Master Boot Record; it is used for storing partition information and/or startup information for the operating system.

What is a disk sector on a hard disk?
Answer: A disk sector is a physical storage area on a hard disk drive.

What is FTP used for?
Answer: FTP means File Transfer Protocol; it allows direct transfer and receiving of files to/from a remote server. (Downloading/Uploading files from/to a web server).

What is FAT32?
Answer: FAT means File Allocation Table, it is a file system. The attached 32 shows that it is a 32 bit file system.

What is firewire used for?
Answer: Firewire (IEEE1394) is a technology often used for transferring data to/from multimedia devices such as digital camcorders. Some call it VISAFONE or OLD TECNO CHARGER (The charging connector is called FIREWIRE)

What does HTTP stand for?
Answer: HTTP means Hyper Text Transfer Protocol, it is a data communication protocol used by the internet.

What is a Proxy?
Answer: A proxy can be a software. It can be used to block certain data passing; that is to restrict data received/transmitted from a computer/device. Proxy sits between computers and servers.

What does IP stands for?
Answer: IP means Internet Protocol; it is used by the internet for sending data packets.

How many bytes are in one kilobyte?
Answer: 1024 bytes

What is boot sector?
Answer: The boot sector is a part of a disk that contains information for the operating system to start. Information from it is moved into the RAM to be used.

What does IMAP stand for?
Answer: IMAP means Internet Message Access Protocol, it is a protocol like POP (Post Office Protocol) for writing and receiving emails.

What does API stands for?
Answer: Application Programming Interface, it provides an interface for developers to interact with another application, websites, system etc. For example, an API for google would allow google applications developed by third parties to integrate correctly with google.

What is an IRQ?
Answer: IRQ means Interrupt Request, it is sent from a device to the microprocessor via electrical signal. For example, when you connect a new device to a computer, the IRQ is sent to the microprocessor. That is when you are able to see a message showing a new device is found then installing without your permission.

What is a jumper?
Answer: A jumper is an electrical connector that allows certain settings to be changed using a small device that joins pins together.

What is memory leak?
Answer: Memory leak is when a computer program does not release memory. This can cause slowdown of a computer as the memory may remain unavailable until the computer is powered down.

In a laser printer, what does the imaging drum do?
Answer: The imaging drum attracts toner and applies it to the paper. It becomes charged in areas so that what is printed is first attracted onto the imaging drum and then transferred to the paper.

What is WINS?
Answer: WINS means Windows Internet Name Service, it is a name service for NetBIOS.

What does AMD stand for?
Answer: AMD means Advanced Micro Devices. AMD are best known for their processors which include the Athlon, Duron and Sempron.

What is Device Manager?
Answer: Device manager shows driver information and hardware status. It can also be used for adjusting hardware including changing drivers.

What is virtual disk?
Answer: A virtual disk is not a physical storage device, and has no physical presence (although a physical disk is needed to contain the virtual disk and its contents). It is an emulation of a physical disk.

What is used to develop Windows 8 store apps?
Answer: WinRT, it is a short form of Windows Runtime.

Which command in Windows 7 will open Task Manager?
Answer: taskmgr, it provides control over running programs and processes.

What is Fortran?
Answer: Fortran was developed in 1950’s. The name stands for FORmula TRANslating system. It is a scientific/mathematic programming language.

What does HTML stands for?
Answer: HTML means Hyper Text Markup Language, it is a programming language used to code webpages and is understood by web browsers such as internet explorer.

What might you use to connect and view the desktop of another windows computer?
Answer: RDP, this stands for Remote Desktop Protocol. It allows remote connections to networked PC’s and devices.


With these questions and answers, I believe to have results to some of your thoughts and questions…….cheers!!!!

Compiled by: AdeDanCompTech

You need to enable Secure Boot to install Windows 11 — here’s how.

You need to enable Secure Boot to install Windows 11 — here’s how. Windows 11 requires Secure Boot to run, and here are the steps to che...