Go Back   Forums > Community Chatterbox > Tech Corner > Programming
Memberlist Forum Rules Search Today's Posts Mark Forums Read
Search Forums:
Click here to use Advanced Search

Reply
 
Thread Tools Display Modes
Old 04-04-2005, 06:56 PM   #31
NrmMyth
Hero Gamer

 
Join Date: Jan 2005
Location: ,
Posts: 454
Default

So anyone who wants to join this noble cause can post here. k:
__________________
Never mess with me when I have a cougar, Never!
NrmMyth is offline                         Send a private message to NrmMyth
Reply With Quote
Old 04-04-2005, 10:20 PM   #32
Unknown Hero
Home Sweet Abandonia

 
Join Date: Aug 2004
Location: Split, Croatia
Posts: 1,028
Default

Ahem, ahem. Maybe you forgot The Great Creator Of This Thread. LOL

I will join your cleaners team.

I hope you already noticed that those exams from the begining are the easiest. Also other four exams (other four that I posted) are one of the easiest. I think we can start there, and always add some difficultier.
Unknown Hero is offline                         Send a private message to Unknown Hero
Reply With Quote
Old 07-04-2005, 06:45 AM   #33
Marek
Abandonia nerd

 
Join Date: Mar 2005
Location: ,
Posts: 72
Default

Double post, sorry...

Well here's the source...

You won't be able to compile it without the .Net Framework (obviously)

but you can still read through it...

the .cs files are the important ones and there is some sample data in an .xml file...
Marek is offline                         Send a private message to Marek
Reply With Quote
Old 07-04-2005, 09:37 PM   #34
Kon-Tiki
[BANNED]

 
Join Date: Sep 2004
Location: Dentergem, Belgium
Posts: 1,811
Default

Make that language-independant questions that're based on basic syntax and commands. Nothing for algorithms and such yet, and it should be possible to solve it in any language, as it's nuts to make exams for every single supported language. We wouldn't see the forest through the trees anymore.
Kon-Tiki is offline                         Send a private message to Kon-Tiki
Reply With Quote
Old 08-04-2005, 06:42 AM   #35
Marek
Abandonia nerd

 
Join Date: Mar 2005
Location: ,
Posts: 72
Default

Quote:
Originally posted by NrmMyth@Apr 7 2005, 05:19 PM
So did you create it??? :w00t:
Here's the exe if you want it,
Including some screen shots in case you don't have, or don't want, the DotNet framework.

k:
Marek is offline                         Send a private message to Marek
Reply With Quote
Old 13-04-2005, 07:28 AM   #36
Marek
Abandonia nerd

 
Join Date: Mar 2005
Location: ,
Posts: 72
Default

Here are my answers to the questions posted 12 April 2005...

Its C#, Hope I understood the questions correctly...
Marek is offline                         Send a private message to Marek
Reply With Quote
Old 30-04-2005, 11:31 PM   #37
Ioncannon
Abandonia Homie

 
Join Date: Mar 2004
Location: Mississauga, Canada
Posts: 558
Send a message via MSN to Ioncannon
Default

K I am gonna try at doing these exams. I am to lazy to put the exes on angelfire so I will right em here... (C++ btw)

1.

Code:
#include <iostream>
#include <string>
#include <conio.h>
using namespace std;

int main()
{
 * * *string enter;
 * * *cout << "Enter a number\n=>";
 * * *cin >> enter;
 * * *cout << "\nYou entered:\n" << enter;
 * * *cout << "\nPress any key to exit";
 * * *getch();
 * * *return 0;
}
I will do more later. I only looked over the code once, but I think it should compile...
Ioncannon is offline                         Send a private message to Ioncannon
Reply With Quote
Old 03-05-2005, 03:18 PM   #38
Unknown Hero
Home Sweet Abandonia

 
Join Date: Aug 2004
Location: Split, Croatia
Posts: 1,028
Default

Quote:
Originally posted by NrmMyth@Mar 5 2005, 06:05 PM
Take a look at this easy exam.
The input is the height of the piramide you have to print it.

Code:
height=4

 * **
 * * *
 ** * *
* * * *
You got the point.
Solved!!!


Code:
#include <iostream>

using namespace std;

int main(int argc, char *argv[])
{
 * *int n,i,j;
 * *cin >> n;
 * * * for (i=n-1; i>=0; i--)
 * * * {
 * * * * * j=0;
 * * * * * while (j<i)
 * * * * * {
 * * * * * * * cout << " ";
 * * * * * * * j++;
 * * * * * }
 * * * * * while (j<n)
 * * * * * {
 * * * * * * * * cout << "*";
 * * * * * * * * cout << " ";
 * * * * * * * * j++;
 * * * * * }
 * * * * * cout << endl; * * * * * * * * 
 * * * }
 * *return 0;
}
Unknown Hero is offline                         Send a private message to Unknown Hero
Reply With Quote
Reply


Similar Threads
Thread Thread Starter Forum Replies Last Post
Discussion Of Exams Kon-Tiki Programming 8 30-03-2007 07:27 PM
How Often Do You Cheat On Exams / Tests nace Blah, blah, blah... 40 16-10-2006 07:57 PM
Solution To Exams Kon-Tiki Programming 0 08-08-2005 05:37 PM
Exams Unknown Hero Programming 0 12-04-2005 08:40 PM

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump
 


The current time is 08:38 PM (GMT)

 
Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.