answersLogoWhite

0

📱

Computer Programming

A category for questions about computer programming and programming languages.

10,506 Questions

What is basic computer programming?

It could be one of two things:

  • Programming using the programming language BASIC
  • Simple programs, like the ones that you learn to make when you first start programming, like a hello program.

What is a complier in computer language?

A compiler is a program that translates a programming language (like c++, java, pascal, php etc...) to a language that computers can "understand" (i.e. "1001010110101010...")

How do you generate binary sequence for a decimal sequence?

No one on this site will know how do this. It's far too complicated, as for me I think you need to figure out how to do this yourself.

How do you shutdown a computer using command prompt?

Before shutting down your system Close all open file and folders. Follow these step:-

1. Click start Button or Windows Logo Left bottom corner

2. Click Shut Down.

Or you can use also shut down using CTRL ALT Delete button. or need any assistant call Techvedic expert.

What are computer spreadsheet programs?

There are several spreadsheet programs available. The most well known is probably Microsoft Office Excel. However, Open Office has a spreadsheet which has open source code and is available free under a GNU license from Sun Microsystems (see link below).

A spreadsheet is a program that allows the user to enter data in a tabular format (with columns and rows) and then perform various calculations and other manipulations on that data. For example, a user might enter a column of sales figures and instruct the software to total that column. Later, if the user wishes to change a value already entered, remove a value or add a new value, the spreadsheet will recalculate automatically without requiring the user to re-enter all of the values.

Spreadsheets can be used for anything from basic accounting to complex data analysis including graphs, statistics, and regressions. Spreadsheets can also sort data, for example alphabetizing a list of inventory.

Other contributors have said:
  • An electronic spread sheet is when we work in the Ms- Excel Then they have made the Books the combination of the Books is called an electronic Spread sheet. Because it runs on the computer so its called electronic spreadsheet programs.

What is the purpose of constructor in object oriented programming?

A constructor in a class is one of the first pieces of code to be executed when you instantiate a class. The purpose of constructors is to have code that initialize the class and prepare the variables that may be required by the class...

Write a program in C language to implement the apriori algorithm?

JavaScript is one program that has been written in C to implement the Apriori algorithm. There are also several other known programs available on the Internet that implement it as well.

How do you make a dedication in a case study?

I dedicate this research work to my subject teacher who never failed to teach and guide me, to my family who supports me in everything, to my friends who helped me finished this project, and most of all to the Almighty God who gives me strength and good health while doing this.

Explain the differences between C Language and C plus plus Language?

i want a c programme....if i have a collection of alphabhate appox 2000 or

more...alphabates r repeted...

i want to write a prograam such that first 7 terms r wrriten in first

line then next 7 alphabets r writen in next line..

not fully clear ??

i would give u an example: TTCATCATTCCTAATATTTTTCTTGTAGTTGTTTTAAAAAAGGAATTAAC

ATCCAATATTCTGTATTACATACTGTACACCAGATTTTGATTTCAGAAAA

CAATATTTGATGTATAACTTCCACTTAATTTAAATTTAATAAACTTTTAT

TTCAGAGATATTTGATTAGTTTACAATCTAAGAGTTATTCTTAAGAGTTT

CAGTGGAATTTTCTTAATTTTTCTAAAGATATTCCTACTCTCTTGATCAT

ATTCTAAGTACATATGAGTACATGTACATTCTTATACAATGTCTAAATGG

GTTAGAAAATTATTATACCTATAGAAGCGAAACTTGGAAATTAATAGAAT

CACTTAAACCAAAATCTTTATAAGACACAATTCTATTGATTTTAAAGCTT

CTGCTTTCCAGGCTCTGTTTTCCAGAGTTTATAATTACGTAGTTTTTAGT

AGATGAAAATAATGGATTCTTGTACCTAACATTTTATCCTCTTAGATCTA

AGAGCCGAAGCTATAGAACTTTGTTAGACTATTTGGCAAGCAAAATATAT

GACAGTAAATATCAGAATTTTATGGTTTGACCAGCGCTTATCACATTCCC

AATTCAGTGAGAAAAATTCATCTGGGACACAACAGGGTACTCTTCTCTGT

TTGCCCAGAATCAGCTCTGGATTTTAAGCCCAGACTTCAGTGGACCCAGA

TAGAAAATATAAAGTCTCTGATCTATAGGCCACATCAGGATGTTATTTTA

TGAAGAGTTCTAGAGCAAGGTTGCGGAAATCGGGGTGGAGATGGGGAGCA

GTGACTCCTCCAAATATTCATTGCTAACAGGCCATTCTATGCAGTTTGTT

TTAACAAATCCTGGGTTAAACTGAGGCCACAGGACATGATGGGCTGTTCT

ATAAAGCATTCTAAGTGGAGAGGAGACGATAGGGCATATGAAATTCACTA

AACTCTCTGGAAAAAAAATATGTATATATTAAAAACCAAGACTGGAATCA

GTGCAACAGTGGGAACTACCTTTTACAAGTATCCATTGCTTCATAAACTC

CATTTGTTTGGACCAATCCCTTAAACAAAAGCAAGGCAAATTTTACATGG

ATTTAGAGCCTAGGTCAGGTTATTAGGATTATAAATTTTCCACTGGTATG

TCATTGTGATTATCTTTGTTTTTGTCTTTCTGAAAGATTGGATTTTCTAT

AACACCTTGTGTAAGAAAATAAAAAACTTGATCTAACTGAA suppose this is a sequence...

i want to write first 7 alphabets in first line...(1st to seventh)

TTCATCA

next 7 in next line...(2nd to ...8th)

TCATCAT

next 7(3rd to 9th)....and so on.... can u help me to write this programm.... if u write this programm u get a treat from me....

How do you use a graphing calculator?

go to youtube.com and type same question in it's search box you will get your answer

Is computer Essentials the same as computer programming?

No. Computer essentials relate to the basic hardware knowledge (identifying input/output devices, the processor and storage devices), operations and general usage (executing and using programs such as a word processor and a spreadsheet) and file maintenance (organising, saving and deleting user documents). Computer programming requires skill and knowledge that exceeds the basic requirements of computer essentials.

Why Assembly language used on video games?

Usually for quite simple things, that take a single command in a higher-level language, it takes several lines of assembly language. Also, it is much less portable than higher-level languages, meaning that you program for one specific type of computer chip (CPU).

How do you write a basic program find whether number is even or odd if even display its square and if odd display its cube?

Divide that number into 2 using modulus division. Modulus division get the remainder of the division. If it has no remainders, then it's an even number. If not, then it's an odd number. Here's a pseudo code of the program.

ALGORITHM ODD_EVEN

INPUT (number)

IF (number MOD 2 == 0) THEN

DISPLAY ("Even")

ELSE

DISPLAY ("Odd")

END IF

END ODD_EVEN

Amendment: You did ask for a BASIC program:

10 INPUT X: IF X = 999 THEN STOP

20 PRINT X;: IF X/2 = INT(X/2) THEN PRINT "EVEN" ELSE PRINT "ODD"

30 GOTO 10

How has technology positively affected human life?

Life has great effect of technology. There is not any specific effect on life, it depends on how the technology is being used. If we use the technlogy in destrutive way then it is the most harmfull way for human life. And if we use for welfare of people then it can prove as boon to man kind. According to me technology is endless field of creations and inventions.

What Programming Language was Windows OS created and why?

Microsoft Windows Was Created By Using C, C++, Visual BASIC

What is passes in sorting algorithm?

Assuming you're talking about comparison-based sorting algorithms, the number of passes is the number of comparisons that the algorithm makes internally while sorting. In a programming language, this would be the total number of times the loop executes. This number is defined by the computational complexity (Big-O notation), which defines an upper bound.

How do you print a string using putchar?

You would iterate over all characters within the string, printing each character with the putchar function. In C, strings are terminated with a null byte, so you'd stop when that null byte has been reached.

Example:

void printme(const char* me) {

while (*me) {

putchar(*me++);

}

}

Needless to say this method is inefficient compared to using API that outputs the entire string at once, but the general approach of iterating over all characters in a string is used frequently.

What is the definition of manual accounting?

manual accounting means making records of transactions in record books rather than computers.

What is a benefit of server side programming?

Centralization- access, resources, and data security are controlled through the server

Scability - any element can be upgraded when needed

Flexibility - new technology can be easily integrate into the system

User friendly - familiar point and click interface

Hope this helps!

Inclus.net - We provide individual and corporate IT training

Educate, Learn & Serve

Can you stack a cone?

yes

add. Strictly speaking, a geometric cone is a solid. But 'ice cream cones' will stack.

Similarly, a circle is the disk bounded by the curved line, NOT the curved line.