CIS 505 Exam 1 Notes Study Guide |Complete Questions with 100% Correct Answers
2 views 0 purchase
Course
CIS 505
Institution
CIS 505
CIS 505 Exam 1 Notes Study Guide |Complete Questions with 100% Correct Answers
How do signify a real in SML?
12.0, 3e~2, 3,14e12
How do you signify a character in SML?
#"x", #"A", #n"
How do you concatenate two strings in SML?
Using the ^ operator
i.e. "abra" ^ "cadabra" = "abracadabra"
W...
, A fixed-size ordered collection of two or more values. Always same length, sometimes different types
Ex: (1, "a", true)
(4, (1,"a",true))
What is a list?
A list is a list of all the same type. Always same type, sometimes different length
What are the return types of these list operations?
Empty List []
Head hd
Tail tl
Append @
cons ::
'a list
'a list→'a
'a list→'a list
'a list*'a list→'a list
'a*'a list→'a list
What do explode and implode to?
Explode takes a string and converts it into a list of characters
Implode takes a list of characters and makes it a string
Fill in the blanks:
SML is a(n) __________________-based (________________) language with ___________,
____________ typing
SML is an expression-based(functional) language with strong, static typing.
Write a basic function that takes in a number and adds one
fun inc(x) = x+1;
What does tl return?
All the elements of the list except the first one
Write a function that uses the a function and a number as its parameters. It is supposed to add the
number and one to the function
fun do_fun(f,x) = f(x) + x + 1;
val a = 2;
val a = 2 : int
The benefits of buying summaries with Stuvia:
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
You can quickly pay through credit card or Stuvia-credit for the summaries. There is no membership needed.
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 LectAziim. Stuvia facilitates payment to the seller.
Will I be stuck with a subscription?
No, you only buy these notes for $10.99. You're not tied to anything after your purchase.