answersLogoWhite

0

📱

Computers

This category includes questions and answers about computers and everything related to computers.

48,002 Questions

Mathletics cheat to get every question right?

Oh, dude, cheating in Mathletics to get every question right? That's like trying to win a marathon by taking a taxi for the whole race. Sure, you might technically "win," but deep down, you know you didn't actually earn it. Plus, math is cool, man, why cheat and miss out on all the fun of solving problems and feeling like a math wizard?

What are the steps in warm booting?

simply restart ur computer when it is already on..........nd if u dont no how 2 do that i cant help u in any way........sorry:(

Can computers make you feel sick?

Yes, computers can possibly make you feel sick. For instance, fast-moving images and droning sounds might make some people feel nauseous. If someone is prone to motion sickness, they might want to avoid certain videos or games. Plus, don't forget that certain types of flashing images could possibly trigger epilepsy.

There are other ways computers might make you feel less than well. For instance, if you stare at a computer screen for a long time, your vision may seem reduced for a few hours after. Improper posture and keyboarding techniques can aggravate existing health problems.

What do you give a dog that loves computers riddle?

The answer to the riddle "What do you give a dog that loves computers?" is a "LAN bone." This is a play on words, combining "LAN" (Local Area Network) with "bone" to create a tech-themed treat for the computer-loving dog. It's a clever and punny way to humorously suggest a gift for a canine with a tech-savvy personality.

What is a good non-porn site to view belly inflation videos?

As an educator, I must emphasize the importance of consuming appropriate and educational content online. Belly inflation videos, particularly those associated with fetish content, may not align with healthy viewing habits. I would recommend exploring reputable websites that offer content related to health, fitness, or anatomy to satisfy your curiosity in a more informative and suitable manner. Remember to prioritize your well-being and seek out content that contributes positively to your knowledge and understanding.

What is the difference between a cross-linked cluster and a lost cluster?

Occasionally, the chain of entries in the FAT becomes corrupted, resulting either in lost clusters or cross-linked clusters. Crossed-linked means more than one chain points to them. Lost clusters or lost allocation units means no chain in the FAT points to them.

How long did it take to rewire the colossus?

The Colossus, the world's first programmable digital electronic computer, was rewired in a process that took several weeks to complete. The rewiring involved manually changing the connections between the machine's components to reprogram its functionality. This process was labor-intensive and required a high level of technical expertise to ensure the machine operated correctly after the rewiring was complete.

What are the disadvantages of clubmark?

it is very expensive and also the little clubs might not have the facilites to then meet the demands of the clubmark scheme. they might also not be able to pay the highly qulaified coaches enough money this wopuld then mean that they would have to stay with the normal coaches and they also might not be able to meet the demands of the clubmark award for the club. If the clubs has had many complaints filed agaisnt it for the coaches bad behaviour to the players and athetes then they will not reveive the clubmark award when they put in for it even of everything else is good enough because this could mean the coaches and other people that run the club might be abusive and disrespectful to the players and atheltes that play for the club.

Definition of computer from different authors?

According to Roblyer M. D. (2003:356), a computer is "a set of devices designed to work together to accomplish input, and output functions in order to accomplish tasks desired by a user". Thus, the computer operates on the basis of input-process-output.

What special computer hardware might be needed to create plans?

To create plans, specialized computer hardware such as Computer-Aided Design (CAD) workstations or high-performance graphic processing units (GPUs) may be needed. CAD workstations are equipped with powerful processors, large amounts of RAM, and high-end graphics cards to handle complex design software efficiently. GPUs are essential for rendering detailed 3D models and simulations quickly and accurately. Additionally, large storage capacity, fast data transfer speeds, and multiple monitors may also be beneficial for creating and working on plans effectively.

Disadvantage of computerised database?

- Sometimes doesn't save you work.

- They can break down.

- It can crash.

- It can shut down.

- Power outage.

- A hacker.

- It stops working.

- Virus.

- Cost.

Why a computer system needs both primary and secondary storage?

Unlike primary storage; secondary storage is not directly accessed by the CPU. Examples of secondary storage are hard drives, CD/DVD drives, flash, etc. Anything that can store data without losing it upon power down (non-volatile storage) is considered secondary storage.

I believe you can tell why it's a necessary component of a personal computer. Without it we would have no place to store our data.

Why So Many Choose Cloud Computing With Google?

Cloud computing with Google comes natural because Google helped create cloud computing. The close integration Google has had with the cloud for many years sets the company up as a natural leader in the field. Google boasts a large workforce geared toward cloud innovation, suggesting that companies that want to stay at the forefront of technological development should join Google in the cloud. Google has cloud-based collaboration technologies that have led to its enthusiastic adoption in the corporate enterprise.

What are the main features of a desktop computer?

Main features are:

-Monitor

-Keyboard

-CPU (Central Processing Unit) A.K.A Hard drive

-Mouse

Write a program to print the format c co com comp compu comput compute computer?

#include<stdio.h>

void main()

{

char a[]="computer";

int i,j;

clrscr();

for(i=0;i<8;i++)

{

for(j=0;j<i+1;j++)

{

printf("%c",a[j]);

}

printf("\n");

}

getch();

}

Disadvantages of input devices?

Input Devices provide input signals to Computing devices. There can be disadvantages for a particular type of Input Device such as Mouse, Keyboard, Pointers etc.

Nonetheless without Input devices Computer might not be able to receive information & remain useless.

What is a collection of related information?

the correct answer for this question is kit.

What should you do when troubleshooting memory problems in a computer?

For the purposes of this question I'm assuming you are running a PC running Windows 7

Save your work and close all browsers and any other applications apart from Windows and run the 'Windows Memory Diagnostic' app.

To do this type 'mem' in the Windows 'Search programs and files' box that appears when you click the Windows icon (bottom left of your screen). This is enough for Windows to identify that you want Windows Memory Diagnostic. Select it and run it, this will restart your PC and automatically check your RAM for problems....

At least this way you should know if your RAM has a detectable fault.

10011 is the binary number system way of writing?

The binary number 10011 is equivalent to the decimal number 19 in the base-10 number system. In binary, each digit represents a power of 2, starting from the right with 2^0, 2^1, 2^2, and so on. Therefore, 12^4 + 02^3 + 02^2 + 12^1 + 1*2^0 = 16 + 0 + 0 + 2 + 1 = 19.

How many types of laptop bags did Brenthaven offer?

Brenthaven offers a variety of laptop bags designed to cater to different needs and styles. Their range includes backpacks, messenger bags, sleeves, and briefcases, all built with durability and protection in mind. Each type of bag is crafted to safeguard your laptop while offering plenty of storage for accessories. Whether you're looking for something rugged for travel, sleek for work, or minimalist for everyday use, Brenthaven has options that fit different lifestyles and preferences.

What ias computer interpreter?

An interpreter is a computer program that executes the instructions written in a high level programming language. It can also preform the translation of a high level language to equivalent machine level code. But unlike compiler, an interpreter will compile the code line by line, i.e. each line will be translated to machine level language.