answersLogoWhite

0

📱

Microsoft Windows

Windows is a consumer and enterprise grade family of operating systems developed by Microsoft Corporation. First released in 1985, it has become the best-selling operating system in computer history, and has 90% of the total operating system market.

18,535 Questions

Which is more good to use for loop or while loop?

The main difference comes into picture when you use continue with them i.e. for and while.

In a while loop if continue is used before the increment of a variable is done it converts into a infinite loop.

i=1;

while(i<10)

{

/* do stuff */

if(i==6);

continue;

i++;

}

The above piece of code will turn into an infinite loop.

for(i=1;i<10;i++)

{

/* do stuff */

if(i==6);

continue;

}

In the above for loop the value of will be incremented once it attains the value 6.

Therefore it will not turn into a infinite loop.

Cheers.

astvansh> 'for' statement takes the start condition, stop condition, and the increment. 'while' statement just takes the stop condition.

One scenario (which i can think of) where while 'needs' to be used rather than a for, would be when the counter needs to be incremented/decremented conditionally...

string[] arr = {"a", "b", "b", "c"};

int i = 0;

while( i< 10)

{

// do something constructive

if(arr[i] == "b")

{

i = i + 2;

}

else

{

i++;

}

}

Cheers,

Ajeesh

Another main difference between the two: a 'for' loop is called a determinate loop, meaning that we usually use it when we know ahead of time how many iterations we want. The 'while' loop is an 'indeterminate' loop, because we usually use it in situations where we do not know the number of times the loop may iterate.

Can you record wav files with Windows Media Player?

No, you can't. But you can record audio tracks on different platforms, including Spotify, Amazon Music, Apple Music, Tidal Music and more with AudiCable Audio Recorder. You can also manually input website URL and website name to add other available music sources.

Unlike other traditional recorders, AudiCable can keep the high audio quality and the metadata of each song for you. The operation is simple. Open the target source and go ahead to the target item. Play it and AudiCable will automatically begin to record. You can choose to Automatically split if needed. Or if the audio you wish to record is an audiobook, you can choose Do not split option before starting the process.

What is a Toshiba a Mac or PC?

Toshiba is a pc. PC is short for personal computer, which includes Dell, Gateway, HP, IBM, Toshiba, Acer, Sony and all other brands besides Mac. Mac is short for Macintosh or Apple. Macs are their own brand and only make Macs, so it is kind of everything else vs Mac.

Error 1068 the dependency service or group failed to start sql server?

This error is caused by one or more Windows services being disabled. To fix it, you will need to go to Start > Run, and enter "services.msc" (without quotes). Here, you will see a list of services, their description, and whether or not they are running. The most common services that give people this error message are the "Help and Support Service" (for launching Help), Windows Image Acquisition Service (for cameras and scanners), and the Print Spooler service (for printers). Some programs and drivers, such as for Lexmark printers, may also have services that need turned on. Right-click the service you need, select "Properties", and use the drop box to change its starup type from "Disabled" to "Automatic." You can also start the service here, or you can reboot your computer.

How do you unlock a user account?

If you're a Supervisor, go to their profile and click "Unblock."

How do you transfer music from real player to windows media player?

This is probably because real player uses a different format then windows media player (usualy .wma). Usually a format converter will solve this problem by taking the real player file, and making it into a windows media file. Try searching the internet for real media to mp3 converter, or something like that. Usually you can find free software to convert your files. Hope this helps!

How do you open and run a 7-zip file?

Go to the directory of the .rar file. Then choose the .rar file and click "Extract". Then click "OK" to extract to the same directory as the .rar file, or press the button that says "..." to choose the directory. Then click OK.

The file/files should extract in that directory, and you'll be able to open them with whatever program that fits their file extension. E.g. a .jpg file can be opened in paint, and an .mp3 can be opened in Realplayer.

There are 2 easy ways to do this.

1- right click on the file you want to open, and select 'open with'. Then, when it asks you what program you want to use, select '7zip'. 2- open 7zip, go to 'tools-> options' (at the top of the 7zip window), find the 'System' tab (it should open on this automatically) and then 'associate 7 zip with'- select .rar. I personally use 7zip to open all archived file type, so I pick 'select all', but you may, or may not want to do this.

What are hacking and cracking?

They are both the same thing...Sort of. A hacker is a person who is proficient with computers and/or programming to an elite level where they know all of the in's and out's of a system. There is NO illegality involved with being a hacker. A cracker is a hacker who uses their proficiency for personal gains outside of the law. EX: stealing data, changing bank accounts, distributing viruses etc. What the hacker does with their knowledge of systems within the definition of the law is what defines them as a hacker vs a cracker. It's then safe to say that all crackers are hackers, but not all hackers are crackers. This is an important distinction. The term cracker and hacker are used interchangeably (albeit incorrectly) largely due to the ignorance of the general populace, especially the media.

How do you schedule appointment calls?

Know exactly when you want an appointment before placing the call. Have all information in front of you when you place the call.

Area on the hard disk that contains all the items you have deleted from the desktop and hard drive?

They're all in exactly the same place as they were originally, could be anywhere, technically. All 'deleting' does is flag them so the computer doesn't 'see' them anymore. But they are still there until something overwrites them, they do not move.

Used to measure printer resolution?

Abbreviated dpi. The number of dots that can be printed, side by side, along a line one inch long; a measure of the resolution of a printing device, printed image or image on an electronic display screen such that a greater number of dots per inch represents higher image quality.

What file extension is associated with executable files?

Files with an extension of .exe are executable files. This type of file is one which is used to open applications games etc. it is the main file for each program. For example to open Internet Explore when you doubel click on the icon it actually make the ie.exe file open up and this gives you the internet explorer window.

Where is the save file location for don't starve?

C:\Users\YourUserName\AppData\Local\FLT\Steam\211670\remote

To find the save file on windows 7 easily just follow this

C:\Program Files (x86)\Steam\userdata\(an 8 didgit number)\(gameid)

To find you're game id right click on the Don't Starve launcher and click properties if you look in the URL: box it will say something like this

steam://rungameid/111111 copy the (111111) part that is your Don't Starve gameid all you have to do is insert that number into the (gameid) slot above for example

EXAMPLE C:\Program Files (x86)\Steam\userdata\23544664\111111 EXAMPLE

How many bytes of data can 32 MB of RAM store?

A stick of 512 megabytes of RAM can hold about 512 megabytes of data. It cannot, however, store it for long because it is volatile and is not designed to store data.

Why do your videos skip?

Your DVD disks may be damaged or the lazer head may be dirty

Is there a free download for Adobe Illustrator?

You can download a free trial version at:

https://www.adobe.com/cfusion/tdrc/index.cfm?loc=en&product=illustrator

What games are like cluppenguin?

Well there's Panfu, moshi monsters, moonbase, binweevils, dizzywood, pandanda, zwinky, runescape, spineworld, habbo, furry fable, tootsville, chobots, webosaurs, urban rivals and SO much more I hope my answer was helpful and please do update.

How do you delete user account password?

Well to Delete it i don't know how but i do know how to create a new user first go to control panel then User Accounts And Family safety and then User Accounts Then Manage Another Account then Create New Account And There!

Can you birn a mp3 into a regular CD?

Yes, you can put MP3 files on a CD, but the computer will only be able to read them, not a CD player or DVD player. You would be better off by putting those files onto a program that allows you to burn CD's such as iTunes or Windows Media Player, and add them to your library and then burn them onto the CD that way, so your CD player will be able to read the format.

How do you setup a universal remote?

Basically you need to push the power button followed bt the device you are operating ie tv then input the first code then the leds should blink twice then push power button again if tv turns on or off depending which the set was on when you started (it should do the opposite if on at the start should turn off etc ) if it does push the ok or memory button that locks in that code if the correct one at first go should operate the set in every way if it doesnt then start again and move on to the next code you may find along the way the codes will turn it on and off but not all functions its basically hit and miss sometimes its the last code that works lifes like that sometimes if no joy with any contact the manufacturers and ask for the search code this runs through all possible codes and finds the exact one hope this helps

Is there a print screen function on mac keyboards?

There is no print screen key for Macs, however, there are several key combinations for taking screenshots based on what you want to do with the screenshot.

I personally use Cmd+Shift+4, and select what I wish to take a picture of, or if i want to take a picture of a window, I press space. This will save the screenshot on your desktop.

However there are several more available, see related links.
On the keyboard

How do you get to copy and paste on sketch star?

well judging by the looks of it there is no way to do such things. you can take your search elsewhere and hopefully find an answer or you could give up right now. if there was an answer ill bet one would have been found already.

How do you minimize maximize and restore a window?

At the upper right side of any window next to the X are two clickable icons that let you minimize or maximize the window you are looking at.

To retore a window from the task bar, just left click on it.