Tuesday, January 31, 2017

Programs of Computer - Part 3

Agenda of Programming language

Programming languages provide various ways of specifying programs for running computers. Similarly natural languages, programming languages are designed to permit no ambiguity and to be concise. They are purely written languages and are often difficult to read aloud. They are generally either translated into machine code by a compiler or an assembler before being run, or translated directly at run time by an interpreter.

Low-level languages

Image result for low level languageMachine languages and the assembly languages that represent them (collectively termed low-level programming languages) tend to be unique to a particular type of computer. For example, an ARM architecture computer (such as may be found in a smartphone or a hand-held videogame) cannot understand the machine language of an x86 CPU that might be in a PC.

 

 

 

 

High-level languages/third generation language

Related image
The diagram of high level language
Most practical programs are written in more abstract high-level programming languages that are able to express the needs of the programmer more conveniently (and thereby help reduce programmer error). High level languages are usually "compiled" into machine language (or sometimes into assembly language and then into machine language) using another computer program called a compiler. High level languages are less related to the workings of the target computer than assembly language, and more related to the language and structure of the problem(s) to be solved by the final program.
It is therefore often possible to use different compilers to translate the same high level language program into the machine language of many different types of computer. This is part of the means by which software like video games may be made available for different computer architectures such as personal computers and various video game consoles.

Monday, January 30, 2017

How to fix autoit error windows 7?



HI Viewers,

Greetings my blog. Here I will discuss about autoit error windows 7 . Here is the steps ..


Step 1.
press windows logo + R

Step 2.
type regedit and hit ok or enter.

Step 3.
user account control click yes.

Step 4.
press ctrl+shift+esc.

Step 5.
find process tab named autoid3.exe click end process. and autoit3wrapper.exe click end process.

Step 6.
In the registry editor dialogue box go to HKEY_CURRENT_USER/Software/Microsoft/Windows/Run . You will find the affected file called autoit or googleupdate.ink these must be delete.

Step 7.
In the registry editor dialogue box go to HKEY_LOCAL_MACHINE/Software/Microsoft/Windows/Run . You will find the affected file called autoit or googleupdate.ink these must be delete.

Step 8.
Go to c: drive. You will find google and skype folder. Delete these files. If not found then find organize tab then folder and search options. then view tab select show hidden files and untick hide protected operating system files. Now you will find these google and skype folder , now delete these folder.

Step 9.
Restart the pc. and enjoy..

Thanks for wathing..


Friday, January 27, 2017

Programs of Computer - Part 2



Machine code

The majority of computers, individual instructions are stored as machine code with each instruction being given a unique number (its operation code or opcode for short). The command to add two numbers together would have one opcode; the command to multiply them would have a different opcode, and so on. The simplest computers are able to perform any of a handful of different instructions; the more complex computers have several hundred to choose from, each with a unique numerical code. Since the computer's memory is able to store numbers, it can also store the instruction codes. This leads to the important fact that entire programs (which are just lists of these instructions) can be represented as lists of numbers and can themselves be manipulated inside the computer in the same way as numeric data. The fundamental concept of storing programs in the computer's memory alongside the data they operate on is the crux of the von Neumann, or stored program, architecture. In some cases, a computer might store some or all of its program in memory that is kept separate from the data it operates on. This is called the Harvard architecture after the Harvard Mark I computer. Modern von Neumann computers display some traits of the Harvard architecture in their designs, such as in CPU caches.
While it is possible to write computer programs as long lists of numbers (machine language) and while this technique was used with many early computers, it is extremely tedious and potentially error-prone to do so in practice, especially for complicated programs. Instead, each basic instruction can be given a short name that is indicative of its function and easy to remember – a mnemonic such as ADD, SUB, MULT or JUMP. These mnemonics are collectively known as a computer's assembly language. Converting programs written in assembly language into something the computer can actually understand (machine language) is usually done by a computer program called an assembler.

How to fix logon process initialization has failed on windows 7?

Hi all,

Today I am going to solving the problem which is logon process initialization has failed. Here is the solutions step by step.

Step 1.

insert the booting disk.

step 2.

press any key when the screen shows press any key to boot from cd or dvd.



Step 3.

press enter to windows setup.

Image result for windows 7 setup or recovery



Step 4.
click next.


Step 5.
click repair computer
Image result for repair your computer


Step 6.
click windows 7 and click next
Image result for system recovery options

Step 7.
click system restore.
Image result for system restore


Step 8.
click next
Image result for system restore


Step 9.
Click scan for affected program


Image result for system restore

Step 10.
Chose which program is affected then next


Image result for system restore affect programs

Step 11.
Click finish

Final step.
Restart the pc.
Thanks for waiting..