answersLogoWhite

0

Threading. However, unless you have multiple cores, or i3, i5, i7, you cannot execute multiple lines at once. (one core per process, a thread must be within a process, that's the concept. But you have no control over them). The codes will be the same. the actuall runtime varies because of the CPU.

User Avatar

Wiki User

14y ago

What else can I help you with?

Continue Learning about Engineering

A line of software code is called?

A line of software code is called a line of source code... Come on now.Source lines of code (SLOC) is a software metric used to measure the size of a software program by counting the number of lines in the text of the program's source code. SLOC is typically used to predict the amount of effort that will be required to develop a program, as well as to estimate programming productivity or effort once the software is produced.see: http://en.wikipedia.org/wiki/Source_lines_of_code


How is an applet started by a browser?

Once you have made the applet, you need to make an HTML file to launch the applet. Search google for examples, it's only about 3 lines of code


What are two lines that don't go over each other more than once?

those two lines are perpendicular lines


What type of loop always execute at least once?

A do-while loop always executes at least once, and works like this: do { //code, such as incrementing a value, printing text, etc. } while (expressionToEvaluate); a perfect example of this would be something like: <code> int i = 10; int counter = 0; do { counter+=i; i--; } while (i > 0); </code>


What is the use of colon in python after loop and condition?

it starts a new code block. all the indented code after the colon will be considered as one block. for example, in loops it means that all the indented code after the colon will be run on each iteration. example: for i in range(4): # this code will run 4 times # this code will be ran once.

Related Questions

How doese improvethe perfomeance of the java about multythreadinng?

Multithreading allows you to use the extra power of multi-cored processors. It also allows multiple parts of your code to be executes at once. This means that slow executing code will not hold up the other lines of code following it.


What is the unlimited access card code for pirates of the Caribbean online?

there isnt a single access code. There are multiple. Once they are used, they cant be used again.


Can multiple catch blocks be executed?

No, Multiple catch blocks can't be executed. Once the proper catch code executed, the control is transferred to the finally block and then the code that follows the finally block gets executed.


What is the line code on Nabooti Island?

For the scorpion pit, click each of the sideways lines (-) exactly once, and they will all line up (----).


What are the piano notes for adiemus?

d,c,d,f,e,c,d,e,d f sharp,a,e,g,d,f sharp,c sharp, d, c sharp (repeat these two lines once again) e, f sharp, g, a, b, c, b, a, g, f sharp, g, a g, f sharp, e, g, e, g, a this is only part of it haven't figured out the rest yet


Can you use one Grill Off with Ultra Hand WiiWare code on multiple Wiis?

No you can only use it once on one console.


Is the Shogun 2 Total War registration Key code reusable for multiple systems?

No, they only let you use the key once.


How sharp is a Stegasaurus's tail?

Pretty dang sharp..one guy cut his finger once.


What refers to the many different layers of sound are heard at once?

Polyphony refers to the many different layers of sound that are heard at once in music. It is a musical texture that features multiple independent melody lines playing simultaneously.


Can you merge multiple questions at once?

No, you cannot merge multiple questions at once. You can only merge multiple alternates at one time.


Is it possible to purchase multiple I bonds at once?

Yes, it is possible to purchase multiple I bonds at once.


How many solutions can two lines have that intersect once?

Since the lines that intersect are the equations, if they intersect once they have one solution.