Showing posts with label CS508. Show all posts
Showing posts with label CS508. Show all posts

CS508 Assignment 3 Solution Spring 2019


Hello VU students here is the solution of CS508-Modern Programming Languages Assignment No.3 Spring 2019. Assignment total marks 20.Due date July 31, 2019. Assignment Solution in Doc file. You Also Like our Facebook Page, Join Facebook Group, follow on Google+ and Subscribe our YouTube Channel. Please Share it with your Friends. Thank you.
Solution for the Assignment is presented for your convenience. Download it and make it according to your requirement and do not copy paste.
Assignment Idea Solution:
public static void main(String[] args) {

System.out.println("My ID is bcxxxxxxxxx");
System.out.println("Enter Paragraph");
Scanner s = new Scanner(System.in);
String input = s.nextLine();

System.out.println("Enter comma separated words");
String word = s.nextLine();

String str = "";
int occurance = 0;
for(char c : input.toCharArray()) {
str += c;
if(str.length() == word.length()) {
if(str.equals(word)) {
occurance ++;
}

str = str.substring(1);
}
}

if(occurance > 0)
System.out.println("The word is exist");
else
System.out.println("The word is not exist");
}
}



CS508 GDB Solution fall 2017

CS508 GDB  SOLUTION FALL 2017

Dear VU (Virtual University of Pakistan) Students, here you read and download CS508 (Modern Programming Languages) GDB No.1 SolutionFall–2017. GDB Total Marks 05. You can download easily GDB Solution click the download button and get GDB Solution. GDB Open Date 29th January 2018 and GDB Closing Date 30th January 2018. You can also like for latest update our Facebook page, YouTube channel and follow on Google+. Previously (VU KI DUNIYA) share CS508 (Modern Programming Languages) AssignmentNo.1 Solution fall – 2017.

GDB Question: C is a general-purpose, imperative computer programming language, supporting structured programming. Compilers, libraries and interpreters of other programming languages are often implemented in C. Java is a general-purpose computer programming language that is concurrent, class-based, object-oriented and specifically designed to have as few implementation dependencies as possible. It is intended to let application developers "write once, run anywhere".
GDB Solution Sample:

  • C is often a significant portion of the OS code base, because it's easier to use than Assembly Language and more efficient than higher level object-oriented languages. C was originally designed as a system level programming language unlike many of the higher-level languages such as Visual Basic or Java which were designed to interact with other applications, not hardware. And that makes it well suited for OS work.

DOWNLOAD ASSIGNMENT SOLUTION 

Download CS508 GDB Solution by Clicking the Download Button Below in just single Click

Download

You can Also Download Midterm Solved Past Papers referenceby Moaaz and Waqar SidhuFinal term Solved Past Papers reference by Moaaz and WaqarSidhuGDB SolutionsAssignment Solutions, and Solved Quizzes filesPPTSlidesHandoutsFinal term Short Notes, Mid Term Short Notes and NTS Guidelines.

CS508 Assignment No 1 Solution Fall 2017

CS508 Assignment No 1 Solution Fall 2017:
Dear Students, Here You can read and Download CS508 Assignment no 1 Solution and discussion fall 2017.
Assignment Total Marks: 20.
You Can Also Download Solved Mid Term Papers, Short Notes, Assignment Solutions, Lecture Wise Questions Answers Files, Solved MCQs, Solved Quiz, Solved Mid Term Subjective Papers, Solved Mid Term Objective Papers, Solved Final Term Objective Papers, Solved Final Term Subjective Papers from VU Ki Duniya for Preparation of Mid Term Papers.



CS508 Complete Assignment No 1 Solution Fall 2017:


Instructions:

Please read the following instructions carefully before solving & submitting the assignment:


  • The assignment will not be accepted after due date.
  • Zero marks will be awarded to the assignment that does not open or the file is corrupt.
  • The assignment file must be MS Word (.doc) file format; Assignment will not be accepted in any other format.
  • Zero marks will be awarded to the assignment if copied (from other student or copied from handouts or internet).
  • Zero marks will be awarded to the assignment if the Student ID is not mentioned in the assignment file.

Objective:

The objective of this assignment is to enhance knowledge of Programming Languages:

Getting familiar with history of Programming languages, evolution of languages for better understanding of implementation details of old and current languages

For any query about the assignment, contact only at CS508@vu.edu.pk


Question No 1:

Fortran is a general-purpose imperative programming language that is especially suited to numeric computation and scientific computing. It is a popular language for high-

performance computing and is used for programs that rank the world's fastest supercomputers. It encompasses a lineage of versions, each of which evolved to add extensions to the language while usually retaining compatibility with prior versions.

For given features, identify versions of FORTRAN in which these features were introduced for first time. Against correct option, fill row with “Yes” or “True”.


Note: 
“Seven Ages of FORTRAN “review paper by “Mich
ael Metcalf” is attached. Read it for
comparison of different versions and attempt question.


Question No .2

LISP was thought to be good language for development in field of Artificial Intelligence (AI). It was expressive enough for fundamentals of computation. It quickly became the favored programming language for artificial intelligence (AI) research.


  •  What was reasoning for this?

Preference of LISP for AI (Artificial Intelligence) lessened with passage of time. Other languages also started being used for different domains of AI manipulation. Suppose a research scientist is going to write a thesis. His research area is online education mining. He took data of an Online Learning Management System. He wants to do deep analysis of students’ performance. Different mining algorithms like Neural Networks will be used for analysis of data.

Which Programming language is better LISP or C++ or MATLAB in current paradigm?


  • List 3 solid reasons in support of better language choice.

You may Also Like:



Download Complete Solution:

Download CS508 Assignment Solution by Clicking the Download Button Below in just single Click.
Assignment