100% satisfaction guarantee Immediately available after payment Both online and in PDF No strings attached
logo-home
Summary M&S 1 Basic Programming $9.22   Add to cart

Summary

Summary M&S 1 Basic Programming

1 review
 211 views  6 purchases
  • Course
  • Institution

This is a comprehensive summary of M&S 1 Basic Programming.

Preview 2 out of 12  pages

  • May 15, 2020
  • 12
  • 2019/2020
  • Summary

1  review

review-writer-avatar

By: javanpolen • 1 week ago

Translated by Google

doesn't go into depth, get what you pay for

avatar-seller
M&S: basic program
Lecture 1 Basic Programming
A computer program is a sequence (volgorde) of instructions for a computer. A programming
language is a set of rules for communicating an algorithm. An algorithm is a step-by-step
procedure for solving a problem. The language from programming is VBA (Visual Basic of
Applications) and it has words, symbols and grammatical rules. The grammatical rules are
called Syntax.

Input  Computer Program  Output

Steps in programming ‘Waterfall Model’
Requirements Product requirements document
Design Design the program
Implementation Implement the program using some programming language
Verification Test the program
Maintenance keep the program up-to-date

A Pseudocode is a compact and informal high-level description of a computer programming
algorithm. Pseudo code is very similar to everyday English. A Pseudocode is made up of the
following logic structures:
Sequence Logic Volgorde van activiteiten. Give an answer or give output.
Selection Logic Je moet een keuze maken waarmee je kan kiezen welke instructie
uitgevoerd moet worden.
Iteration Logic Dit is het herhalen van een instructie gebaseerd op de conditie.

Pseudocodes can be visualized in a flowchart. A flowchart is a graphical representation of
the sequence of operations in an information system or program. It is a breakdown of
individual steps.

, Workshop 1
The basics of VBA:
Code Je voert acties uit in VBA door de eerder ingevulde VBA-code uit te voeren.
Module VBA-modules worden opgeslagen in een Excel werkmapbestand, maar je kan
de module bekijken of bewerken met VBE (Visual Basic Editor). Een VBA-
module bestaat uit procedures.
Procedures Een procedure is een computercode die een actie uitvoert. VBA ondersteunt
twee soorten procedures: Sub procedures and Function procedures.
Objects VBA veranderd objecten in Excel. Excel biedt meer dan 100 klassen met
objecten aan om te bewerken.

Create a module:
Een module is het venster waarin je de hele code gaat schrijven en opslaan. Die codes
noemen
we ook wel Macros.

A code window can hold four types of codes:
1. Sub procedures Een procedure is een reeks instructies dat acties laat
zien.
2. Function procedures Een functie is een reeks instructies dat terugkomt als
een waarde of een array.
3. Declarations Een declaratie is het voorzien van informatie aan VBA.
4. Property procedures Dit zijn speciale procedures die gebruikt worden in de
klas modules.

You can add a code to a VBA module in three ways:
1. Enter the code manually
2. Copy and paste
3. Use the macro-recorder feature (Dit zet acties van Excel om in een VBA code)

Workshop 2
Een typische programmeertaak kan in twee fasen worden verdeeld:
Problem solving phase
Bepaalde volgorde van stapjes die leiden naar een oplossing = Algorithm.
1. First produce a general (algemeen) algorithm (use Pseudo code)
2. Verfijn het algoritme achtereenvolgens om stap voor stap een gedetailleerd
algoritme te krijgen, waardoor dit lijkt op een computertaal gelijk VBA.
Implementation phase
Het programma invoeren in een programmeertaal.




2

The benefits of buying summaries with Stuvia:

Guaranteed quality through customer reviews

Guaranteed quality through customer reviews

Stuvia customers have reviewed more than 700,000 summaries. This how you know that you are buying the best documents.

Quick and easy check-out

Quick and easy check-out

You can quickly pay through credit card or Stuvia-credit for the summaries. There is no membership needed.

Focus on what matters

Focus on what matters

Your fellow students write the study notes themselves, which is why the documents are always reliable and up-to-date. This ensures you quickly get to the core!

Frequently asked questions

What do I get when I buy this document?

You get a PDF, available immediately after your purchase. The purchased document is accessible anytime, anywhere and indefinitely through your profile.

Satisfaction guarantee: how does it work?

Our satisfaction guarantee ensures that you always find a study document that suits you well. You fill out a form, and our customer service team takes care of the rest.

Who am I buying these notes from?

Stuvia is a marketplace, so you are not buying this document from us, but from seller evelyneminnaert. Stuvia facilitates payment to the seller.

Will I be stuck with a subscription?

No, you only buy these notes for $9.22. You're not tied to anything after your purchase.

Can Stuvia be trusted?

4.6 stars on Google & Trustpilot (+1000 reviews)

75632 documents were sold in the last 30 days

Founded in 2010, the go-to place to buy study notes for 14 years now

Start selling
$9.22  6x  sold
  • (1)
  Add to cart