Is mental retardation a learning disability? In the U.S. these terms have very different meanings. An intellectual disability describes below-average IQ and a lack of skills needed for daily living. This condition used to be called “mental retardation.” A learning disability refers to weaknesses in certain academic skills. What is academic retardation? 1. slowness or […]
What are the functions of output devices Explain briefly with examples?
What are the functions of output devices Explain briefly with examples? Output devices provide data in myriad different forms, some of which include audio, visual, and hard copy media. The devices are usually used for display, projection, or for physical reproduction. Monitors and printers are two of the most commonly-known output devices used with a […]
How do I know if I have Intel VT enabled?
How do I know if I have Intel VT enabled? If you have Windows 10 or Windows 8 operating system, the easiest way to check is by opening up Task Manager->Performance Tab. You should see Virtualization as shown in the below screenshot. If it is enabled, it means that your CPU supports Virtualization and is […]
Which is faster Celeron or Pentium?
Which is faster Celeron or Pentium? Clock speed – Intel manufactures the Pentium 4 chips to run at a higher clock speed than Celeron chips. The fastest Pentium 4 might be 60 percent faster than the fastest Celeron. Is dual core better than Intel Celeron? While their clock speeds may be similar, their are better […]
Is an i3 processor good?
Is an i3 processor good? Core i3 chips are good for everyday computing. If you run web browsers, Office applications, media software and low-end games, one of these will be ample – but don’t expect a Core i3 part to handle content creation, serious photo-editing or video work. It’ll slow you down tougher games too. […]
What is core brand strategy?
What is core brand strategy? A core brand idea is the simple concept that sits at the heart of your business. It is the sum of your philosophy, your essence and your values that inspires everything you do. It is the reason your brand exists, it’s what drives you to deliver value to your customers […]
How do you do multiplication in 8086?
How do you do multiplication in 8086? 8086 program to multiply two 16-bit numbers First load the data into AX(accumulator) from memory 3000. Load the data into BX register from memory 3002. Multiply BX with Accumulator AX. Move data from AX(accumulator) to memory. Move data from DX to AX. Move data from AX(accumulator) to memory. […]
What is mean by multiplexing explain?
What is mean by multiplexing explain? Multiplexing is the technology that is able to combine multiple communication signals together in order for them to traverse an otherwise single signal communication medium simultaneously. Multiplexing can be applied to both analog and digital signals. What is multiplexing and why is it used? Multiplexing is a technique used […]
What is the width of the data bus and address bus?
What is the width of the data bus and address bus? Modern processors have data bus widths of 32 to 512 bits. The address bus; as you likely know, memory is composed of many different memory “locations”, known as addresses. These are typically 8 bits wide on modern, byte-addressable systems. What is the width of […]
What are the steps in the fetch execute cycle?
What are the steps in the fetch execute cycle? The basic operation of a computer is called the ‘fetch-execute’ cycle. The CPU fetches the instructions one at a time from the main memory into the registers. One register is the program counter (pc). The CPU decodes the instruction. The CPU executes the instruction. Repeat until […]