0% found this document useful (0 votes)
11 views1 page

Programming Concepts: Problem Solving Steps

This document discusses programming concepts and problem solving techniques. It asks 6 questions: 1) What are the 6 steps of problem solving? 2) What is an algorithmic solution and provide an example. 3) What is a heuristic solution and provide an example. 4) What is the difference between constants and variables. 5) What are the rules for naming and using variables. 6) Name value types for integer, character, string, logical, and float data types.

Uploaded by

Neshvin Nair
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
11 views1 page

Programming Concepts: Problem Solving Steps

This document discusses programming concepts and problem solving techniques. It asks 6 questions: 1) What are the 6 steps of problem solving? 2) What is an algorithmic solution and provide an example. 3) What is a heuristic solution and provide an example. 4) What is the difference between constants and variables. 5) What are the rules for naming and using variables. 6) Name value types for integer, character, string, logical, and float data types.

Uploaded by

Neshvin Nair
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd

FHCT1022 Programming Concepts Tutorial 1

1. People solve problem daily at home, or work, or wherever they go. What are the six steps of problem solving? 2. What is an algorithmic solution to a problem? ame one of the problems in your life that can be solved through algorithm approach. !. What is a heuristic solution to a problem? ame one of the problems in your life that can be solved through heuristic approach. ". What are the difference between constants and variables? #. What are the rules for naming and using variables? $. ame of the value for the data type below% &nteger 'haracter (tring )ogical *loat

You might also like