473,320 Members | 1,982 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

In Foucs on C++ exam

Hi everybody.
First I would like to thank everybody who they reply me in my first
topic.

Secondly This is our exam that i had taken it, i got 14 of 20.

http://learn.ajman.ac.ae/file.php/9/...gIIFT20061.pdf
A three question i'd like to ask all members here.

Q1: If you take this exam like that, what do u think you will got ?
Q2: Do you agree to put (logical problems) in exams?
Q3: As C++ Programmer, Do you agree to study C++ in theory mothod ?
(without a computer)

And agian...
Thanks

Nov 12 '06 #1
6 3833
use net,

ki******@gmail.com wrote:
Hi everybody.
First I would like to thank everybody who they reply me in my first
topic.

Secondly This is our exam that i had taken it, i got 14 of 20.

http://learn.ajman.ac.ae/file.php/9/...gIIFT20061.pdf
A three question i'd like to ask all members here.

Q1: If you take this exam like that, what do u think you will got ?
Q2: Do you agree to put (logical problems) in exams?
Q3: As C++ Programmer, Do you agree to study C++ in theory mothod ?
(without a computer)

And agian...
Thanks
Nov 12 '06 #2
Repost the link, I will try to help you answer the questions FASTER.
Trust me! :-D

ki******@gmail.com wrote:
>
http://learn.ajman.ac.ae/file.php/9/...gIIFT20061.pdf
Nov 12 '06 #3
Aff
Please give the link again..
By clicking on the link the page appears to give username and
password..
waiting for your response.

cppcoder wrote:
Repost the link, I will try to help you answer the questions FASTER.
Trust me! :-D

ki******@gmail.com wrote:

http://learn.ajman.ac.ae/file.php/9/...gIIFT20061.pdf
Nov 13 '06 #4
Question 1
Write a C++ function, LargestIndex, which takes as parameters an
integer array
and its size, and returns the index of the largest element in the
array.
Question 2
Write a C++ function, CopyString, which takes as parameters two
C-strings st1 and
st2. Using a loop, it should copy the content of st1 in st2.

Question 3
Write a C++ function, SmallestIndex, which takes as parameters an
integer array
and its size, and returns the index of the smallest element in the
array.

Question 4
Write a C++ function, CompareString, which takes as parameters two
C-strings st1
and st2. Using a loop, it should compare st1 and st2 and return true if
they are equal,
false otherwise.

Question 5
Write a C++ function that takes as parameters an integer array TAB and
its size. It
should return the smallest and the largest elements in TAB.

Question 6
Write a C++ function that takes as parameter a C-string st1. Using a
loop, it should
display each character of st1 in a separate line.

Question 7
Write a C++ function that takes as parameters an array of characters
TAB and its size.
It should return the smallest and the largest characters in TAB.

Question 8
Write a C++ function that takes as parameter a C-string st1. Using a
loop, it should
count the number of vowels in st1.

Question 9
Write a C++ function that takes as parameters an integer array TAB and
its size. It
should return the sum and average of all elements in TAB.

Question 10
Write a C++ function that takes as parameter a C-string st1. Using a
loop, it should
count the number of spaces in st1.

Question 11
Write a C++ function that takes as parameters an integer array TAB, its
size and an
integer value. It should return the number of times value appears in
TAB.

Question 12
Write a C++ function that takes as parameter a C-string st1. Using a
loop, it should
display each word of st1 in a separate line.

----------------End of Exam----------------------

soloution will be published soon.

Nov 13 '06 #5
Q3: As C++ Programmer, Do you agree to study C++ in theory mothod ?
(without a computer)
If what you call "theory method" means learning without actually writing
a program, compile it and run it, then no, I don't agree.

They only languages you can learn without a computer are human languages.

Regards,
Ben
Nov 13 '06 #6
ki******@gmail.com wrote:
Question 1
Write a C++ function, LargestIndex, which takes as parameters an
integer array
and its size, and returns the index of the largest element in the
array.
Question 2
Write a C++ function, CopyString, which takes as parameters two
C-strings st1 and
st2. Using a loop, it should copy the content of st1 in st2.

Question 3
Write a C++ function, SmallestIndex, which takes as parameters an
integer array
and its size, and returns the index of the smallest element in the
array.

Question 4
Write a C++ function, CompareString, which takes as parameters two
C-strings st1
and st2. Using a loop, it should compare st1 and st2 and return
true if they are equal,
false otherwise.

Question 5
Write a C++ function that takes as parameters an integer array TAB
and its size. It
should return the smallest and the largest elements in TAB.

Question 6
Write a C++ function that takes as parameter a C-string st1. Using a
loop, it should
display each character of st1 in a separate line.

Question 7
Write a C++ function that takes as parameters an array of characters
TAB and its size.
It should return the smallest and the largest characters in TAB.

Question 8
Write a C++ function that takes as parameter a C-string st1. Using a
loop, it should
count the number of vowels in st1.

Question 9
Write a C++ function that takes as parameters an integer array TAB
and its size. It
should return the sum and average of all elements in TAB.

Question 10
Write a C++ function that takes as parameter a C-string st1. Using a
loop, it should
count the number of spaces in st1.

Question 11
Write a C++ function that takes as parameters an integer array TAB,
its size and an
integer value. It should return the number of times value appears in
TAB.

Question 12
Write a C++ function that takes as parameter a C-string st1. Using a
loop, it should
display each word of st1 in a separate line.

----------------End of Exam----------------------
Just wonder how this differs from the C exam?

I would have expected some "class", "template", and "using the standard
library".
Bo Persson
Nov 13 '06 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: The LoxFather | last post by:
JAVA Programmer vs Developer Exam: Which one should I prepare for? Is one exam more difficult than the other? How is the job outlook for both positions?
9
by: Vanessa BJ | last post by:
Hi. I am an amateur Java enthusiast. I currently work as a carpenter and I moonlight on the weekends as a photographer. I'm trying to transition a career change. Which Java exam should I start...
0
by: who be dat? | last post by:
I'm currently taking an online class for SQL Server which is aimed at teaching you the information you need to pass exam #70-229. However, concerns exists on my part on how good this web based...
1
by: Tammy | last post by:
Please accept my apologies for asking a question that probably has already been asked a thousand times. I tried doing a search but everyone puts generic titles to their articles on the Access MOUS...
2
by: Mark | last post by:
I've taken 4 of 5 exams to get my MCSD. My last exam is the Solution Architecture exam. At least in my experience, I've been surprised at how different the difficultly level *felt* between the...
6
by: Wee Bubba | last post by:
hello. I have decided to study for my MCAD qualifications. I am definetely going to do a core exam in "Developing Web Applications With C#". I am also doing a core exam in "Developing XML...
29
by: Mr Newbie | last post by:
Im going to be looking to do this exam fairly soon, but ive done a couple of practice tests and found them to be a bit tricky in as much as you have to REALLY READ the questions carefully else they...
2
by: derekbarrett | last post by:
Hi, I found this article in DB2 magazine and learned about the Problem Determination Mastery Exam. I am very interested in taking the exam, however, following the links in the article leads to...
3
by: samadams_2006 | last post by:
Hello, I'm interested in taking the following exam for an upcoming job. Exam 70-315: Developing and Implementing Web Applications with Microsoft Visual C#â„¢ .NET and Microsoft Visual Studio...
0
by: DolphinDB | last post by:
The formulas of 101 quantitative trading alphas used by WorldQuant were presented in the paper 101 Formulaic Alphas. However, some formulas are complex, leading to challenges in calculation. Take...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
0
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.