Programs and data , Python Programming

Assignment Help:

Programs and Data

Object-oriented programming is a popular way  of managing programs, which  groups together data  with  the procedures that  works on them,  thus  facilitating some  types  of abstraction and modularity.  In the case  of our  PCAP  framework, object-oriented programming can provides us methods for capturing common patterns in data and the procedures that operate on that data, via procedures, generic  class, and inheritance.

 

In many  computer languages, adding Python, programs are  studied and  executed by a computer program known as  an interpreter. Interpreters are surprisingly easy:  the principle  de?ning the semantics or meaning of a programming language are typically short and compact;  and the in­ terpreter basically  encodes these rules and applies them to any legal expression in the language. The enormous complexity and  richness of computer programs comes  from  the  composition of primitive elements with  simple  principle.   The interpreter, in essence,  shows the  semantics of the language by taking the rules  governing the value  or behavior of program primitives, and  of what  it seems to collide the primitives in various paths.  We will examine the meaning of computer programs by understanding how the interpreter operates on them.

 

An interpreter is build  up of four sections:

 

  • The reader or tokenizer takes as input a string of characters and divides them into tokens, which are numbers (like -3.42), words (like while or a), and special characters (like :).

 

  • The parser gets as input the string of tokens and understands them as constructs in the programming language, such as for loops, procedure de?nitions, or return variable.

 

  • The evaluator (which is also sometimes called the interpreter, as well) has the really interesting job of determining the value and effects of the program that you ask it to interpret.

 

  • The printer gets the value given by the evaluator and prints it out for the user to see.

 

Programs should never  be a mystery to you:  you can learn  the simple  semantic rules  of the language  and, if compulsory, examine what  the interpreter would do, in order  to study any computer code which  you are acting.  Of course,  in general, one does  not has  to work  through the tedious procedure  of simulating the interpreter, but this foundation of calculating the interpreter 's process  enables  you to reason  about  the evaluation of any program. #question..

 


Related Discussions:- Programs and data

File handling , A program to count how many files are on the file system wh...

A program to count how many files are on the file system which displays summary information regarding the total number of bytes used by all files and a breakdown of the number of b

Structured data, Structured data We will often  want  to work  with  l...

Structured data We will often  want  to work  with  large  groups of data.   Rather  than  providing  each  number its own  value,  we need  to manage the data  into natural s

#Connect4, In English, specify a representation of the board game in Python...

In English, specify a representation of the board game in Python. The representation should capture the entire state of the game at one point in time. It may be helpful to first fi

Analytical models, Analytical models Analytical tools  are very importa...

Analytical models Analytical tools  are very important.  It may  be hard  to check  the  correctness of a machine by trying it in several possible  initial  conditions with  al

Small Viruses, I need how to write small kind of viruses...

I need how to write small kind of viruses...

Python game assignment, I have python game project which is due by next Tue...

I have python game project which is due by next Tuesday. Do you think that I can get it on time if I order today?

Work with functions, inputWithinRange (prompt, lowValue, highValue) This fu...

inputWithinRange (prompt, lowValue, highValue) This function will ask for a number using the prompt parameter. The function will only return a value that is within the inclusive ra

Python program, Write a program that asks the user to enter a number of sec...

Write a program that asks the user to enter a number of seconds. The responses of the program will vary depending on the length of seconds: • If the number of seconds is under 60

Programming embedded systems- interact with the environment, Interacting wi...

Interacting with the environment Computer systems have  to communicate with  the world around them,  getting information about  the external world, and  taking  actions  to cha

Program to solve word search puzzles, This assignment involves writing a pr...

This assignment involves writing a program to solve word search puzzles. For example in the following word grid it is possible to find the words active, stock, ethernet and java. N

Write Your Message!

Captcha
Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd