Unit 6 Assignment 3 P1: Features Of Programming Language

Improved Essays
Unit 6 Assignment 3
P1: Features of programming languages
Procedural programming language- This is a type of program that represents how a program works. This type of programming language uses instructions that require a task to perform step by step. Procedural programming can only work if the instructions are step by step because it makes it easy to read and understand and three types of examples are selection, iteration and selection. A typical example of procedural language is COBOL: There are many restrictions In using this program because the programmer has to be very knowledgeable of what he is doing and needs to know how to de bug the program. Another drawback is it is also not that efficient.

Event Driven programming- This is a
…show more content…
Another drawback to this is it may affect application efficiency through transmission and processing cost.

Scripting programming- This type of programming is used to ad functions within a webpage some of the examples are like serve dynamic advertisements. This type of programming languages affects the way data works because it would appear at the end of the browser window. Moreover, scripting is also referred as small programs such as python and TCL. As you would imagine, scripting can be used to make a lot of codes and you may wish to make as much codes as possible. There are three common uses of scripting and one of them is java script and the other one is a rollover and this is when a user moves the mouse and hovers around something were a text pops up and would tell you what you would like to do next. Another use of scripting is when you are creating a password and then it asks you to create a password no more than 8 characters and it may ask you to include numbers and letters. Examples of scripting is java, lingo and Perl. The disadvantages to this is this type of programming is not so familiar with astronomy. The main drawback to this is that you can’t perform very high level of complicated
…show more content…
Nowadays, most software programs are now written and this is known as IDE OR integrated Development Environment and these contains tools that the programmer should be aware of such as: an editor and this carries out instructions using certain pop ups to help the instructions being written. Another tool is a complier and this is a very useful tool for the programmer because it converts these instructions into codes that the machine/ computer can understand. Windows form editor is another useful tool that produces the windows forms and this adds the required controls like text box, buttons and radio buttons. Debugger is another tool useful to the programmer because it helps them to identify any bugs in the

Related Documents

  • Improved Essays

    As computers became essential to business, industry, trades, and professions, educators and parents became increasingly concerned that young people acquire at minimum the basic understanding of computers and master the related skills. 2. Explain computer algorithms and its significance An algorithm is a set of instructions designed to perform a specific task. In computer science, an algorithm is a set of steps for a computer application to accomplish a task.…

    • 790 Words
    • 4 Pages
    Improved Essays
  • Improved Essays

    What are the three basic structures of language? The three basic structures of language include phonemes, morphemes, and grammar. Phonemes is the simplest, it includes the smallest distinctive sounds. Morphemes include the smallest grammatical unit in a language.…

    • 1237 Words
    • 5 Pages
    Improved Essays
  • Improved Essays

    04.02 Assignment 2

    • 551 Words
    • 3 Pages

    04.02 Assignment As election news sweeps through several media outlets, controversial topics fire up and are debated across the nation. The American people fire up their minds, reach into their stockpile of information, and begin to passionately fight for the matters that are important to them. One topic that has gained momentum is the fight for a higher minimum wage. There are many who support this argument but there are several that believe the opposite. Raising the minimum wage will help the economy grow and will help minimum wage workers by providing them a wage off which they can live.…

    • 551 Words
    • 3 Pages
    Improved Essays
  • Superior Essays

    Pt1420 Unit 5 Lab Report

    • 1875 Words
    • 8 Pages

    Lab #5: Introduction to Metasploit on Kali Linux Team: CRYPTERS 1 d. Why is it usually a bad idea to operate in the Linux environment as root? If you are unfamiliar with the concept of the root user, do a quick google search. It is always a good practice on any operating system to run your applications on a user level and leave the administrative tasks to the root user, and only on a per-need basis. Applications are meant to be run by users with non-administrative privileges.(Power December 4, 2010)…

    • 1875 Words
    • 8 Pages
    Superior Essays
  • Improved Essays

    The different data types available for programming are String, Integer, Single, Double, Boolean and Date. - Data Type: String  Use of String: A String can be used as a form of a character e.g. “a” or a string of characters e.g. “abcdefg”. It can be any type of text e.g. “Hello World!”. • Alphabetic – A to Z, a to z, space • Special characters - £$%& • Numbers that are not used for calculations.…

    • 841 Words
    • 4 Pages
    Improved Essays
  • Improved Essays

    Nt1330 Unit 2 Assignment

    • 505 Words
    • 3 Pages

    The assignment during the third week was to find the information that would entail the usage of the two definable word with, which came as an abstraction and encapsulation in reference to the design methods of object oriented programming. The example that would come to mind is the design of one or more of the software application used during the past few weeks within the online lecture class and the usage of hiding information by design. The design of any program can be the structure of the application and it does only what its attribute’s and behavior entail it to do, forgetting what other purposes the application has in mind for operation. The information that would best describe the usage comes as the control flow of the design on the programming that have been implemented so far in the published manual areas during the past week. This is encompassed by the design of the statement in the functionality of the program setting of the statements, functions and the way the program is executed for operations.…

    • 505 Words
    • 3 Pages
    Improved Essays
  • Improved Essays

    Pt1420 Unit 5 Lab 1

    • 382 Words
    • 2 Pages

    The need of processing data which includes things like obtaining data for simulation or for experimental control etc., manipulating it, visualize it in order to understand the process was fulfilled by few of the basic programming languages like C, C++, JAVA and Python. Out of which Python is widely accepted because of its rich computing scientific libraries these include libraries for other tasks like web server management, serial port access etc. and also due to its well thought out nature along with being available for free and as an open source. Python can be called as a well-structured programming language.…

    • 382 Words
    • 2 Pages
    Improved Essays
  • Superior Essays

    Nt1310 Unit 1 Lab 2 Essay

    • 2411 Words
    • 10 Pages

    Objective As future computer professionals, students of CIT 17600 need a basic understanding of the location and abilities of a variety of tools on Microsoft environments. The Windows Lab 2 was designed to provide a glimpse into these tools. The Microsoft environment that was researched was Windows 7.…

    • 2411 Words
    • 10 Pages
    Superior Essays
  • Improved Essays

    #include int main (void) { int numone, numtwo, sum; //might need another variable printf("So you want two numbers factored."); printf("\nGive them to me one by one and I will do the factoring.") ; printf("\n\nNumber? "); scanf( "%d", &numone); printf("The prime factorization of %d is ", numone); { if(numone == 0) printf ("0"); } { if(numone == 1) printf ("1"); //works } { if(numone < 0) printf("no negative numbers allowed."); //works } for(sum=2; sum 1) printf("* "); }//till here //Part…

    • 135 Words
    • 1 Pages
    Improved Essays
  • Decent Essays

    I am having some issues with a small program I have to complete for my Java class. Basically, the program will determine a worker's raise based on their current salary. It will first ask for the current salary, and then for a performance rating (Excellent, Good, or Poor). An Excellent rating will receive a 6% raise, a Good rating will receive a 4% raise, and a Poor rating will receive a 1.5% raise.…

    • 73 Words
    • 1 Pages
    Decent Essays
  • Improved Essays

    Pt1420 Unit 1 Study Guide

    • 607 Words
    • 3 Pages

    Testing is one of the most important parts of software development life cycle. It is an element of software quality assurance and can be described as a process of running a program in such a manner as to uncover any errors. Testing also demonstrates that software functions appear to be working according to specifications, that behavioral and performance requirements appear to have been met. That test will be carried out when the system is complete. In this chapter, I test my simulation software with testing method.…

    • 607 Words
    • 3 Pages
    Improved Essays
  • Improved Essays

    Computer programmers are the engineers that develop these software programs. They are the core of what makes technology possible. Creation begins with software engineers submitting design specification to the programmers. After analyzing the information, they determine how to translate this request, using computer languages like C++, to achieve the desired end product. In addition, through thorough testing, debugging, and at times, rewriting of code, programmers accomplish…

    • 996 Words
    • 4 Pages
    Improved Essays
  • Improved Essays

    Technology is a really interesting sector. The way how each technology works; how they differ, how they common with each other is really interesting. I find it quirky and astonishing. It is so complex that not everyone can use it easily thus it is challenging. This could be one of the reasons why I would like to study cyber security.…

    • 768 Words
    • 4 Pages
    Improved Essays
  • Improved Essays

    We are in the digital age and we need to find clever ways of learning, experiencing and teaching related to technologic developments. From the printing press, we had not handled any special revolution except computer and internet. These two revolutionary tools would have been helping human history in every type of all fields, and of course in schools. The computer has recently been in schools. Before using computers, there were some kinds of methodologies used in classes.…

    • 1575 Words
    • 6 Pages
    Improved Essays
  • Improved Essays

    Society has said that technology either benefits or hinders education. Within this essay I will address the various aspects of how technology has benefited education. The various types of technology that have benefited education are smartboards, the Internet, and Microsoft Office programs. Technology can also hinder education, because it sometimes becomes a distraction within the classroom for some students. On the whole, I feel that technology has helped promote literacy, writing, and reading.…

    • 756 Words
    • 4 Pages
    Improved Essays